From b1acd7a8f232741e4eea257e0424d07bac162d40 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 30 Aug 1995 15:10:23 +0000 Subject: (hurd_condition_wait): Provide declaration. --- libthreads/cthreads.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ -- cgit v1.2.3