diff options
Diffstat (limited to 'libpthread/nptl/pthread_condattr_setclock.c')
-rw-r--r-- | libpthread/nptl/pthread_condattr_setclock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_condattr_setclock.c b/libpthread/nptl/pthread_condattr_setclock.c index 6dc25636a..32b60cfac 100644 --- a/libpthread/nptl/pthread_condattr_setclock.c +++ b/libpthread/nptl/pthread_condattr_setclock.c @@ -27,9 +27,9 @@ int -pthread_condattr_setclock (attr, clock_id) - pthread_condattr_t *attr; - clockid_t clock_id; +pthread_condattr_setclock ( + pthread_condattr_t *attr, + clockid_t clock_id) { /* Only a few clocks are allowed. CLOCK_REALTIME is always allowed. CLOCK_MONOTONIC only if the kernel has the necessary support. */ |