summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2016-06-23 16:10:39 -0400
committerGedare Bloom <gedare@rtems.org>2016-07-25 12:44:47 -0400
commit127c20ebd7ec45be2849c82437ba5e33ebf1fd46 (patch)
tree73aca8b41311191c4ac98a110798913af2227281 /cpukit/posix/include
parentcpukit/rtems: fix return type mismatch for _TOD_To_seconds (diff)
downloadrtems-127c20ebd7ec45be2849c82437ba5e33ebf1fd46.tar.bz2
posix: refactor cond wait support to defer abstime conversion
updates #2745
Diffstat (limited to 'cpukit/posix/include')
-rw-r--r--cpukit/posix/include/rtems/posix/condimpl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/posix/include/rtems/posix/condimpl.h b/cpukit/posix/include/rtems/posix/condimpl.h
index 736f06be7b..dbeb6e1089 100644
--- a/cpukit/posix/include/rtems/posix/condimpl.h
+++ b/cpukit/posix/include/rtems/posix/condimpl.h
@@ -134,8 +134,7 @@ int _POSIX_Condition_variables_Signal_support(
int _POSIX_Condition_variables_Wait_support(
pthread_cond_t *cond,
pthread_mutex_t *mutex,
- Watchdog_Interval timeout,
- bool already_timedout
+ const struct timespec *abstime
);
#ifdef __cplusplus