diff options
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/cthreads.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libthreads/cthreads.h b/libthreads/cthreads.h index 8ca3aa6b..08394ae5 100644 --- a/libthreads/cthreads.h +++ b/libthreads/cthreads.h @@ -26,6 +26,9 @@ /* * HISTORY * $Log: cthreads.h,v $ + * Revision 1.7 1995/07/18 17:15:51 mib + * Reverse previous change. + * * Revision 1.5 1995/04/04 21:06:16 roland * (mutex_lock, mutex_unlock): Use __ names for *_solid. * @@ -417,6 +420,9 @@ cond_broadcast C_ARG_DECLS((condition_t c)); extern void condition_wait C_ARG_DECLS((condition_t c, mutex_t m)); +extern int +hurd_condition_wait C_ARG_DECLS((condition_t c, mutex_t m)); + /* * Threads. */ |