diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-07-18 01:38:19 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-07-18 01:38:19 +0000 |
| commit | 8e234adf862f8cda5ed370b933224162cc19527a (patch) | |
| tree | a02148a84df03da13181f789ea26946133ef3d6c /lib/libpthread/thread/thr_cond.c | |
| parent | 199b3e83498010f8dbd07951e6b3009581a51916 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_cond.c')
| -rw-r--r-- | lib/libpthread/thread/thr_cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_cond.c b/lib/libpthread/thread/thr_cond.c index 4c184652c1ff..0a5298bcfcc0 100644 --- a/lib/libpthread/thread/thr_cond.c +++ b/lib/libpthread/thread/thr_cond.c @@ -451,7 +451,7 @@ pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, } _thread_leave_cancellation_point(); - + /* Return the completion status: */ return (rval); } |
