diff options
Diffstat (limited to 'pthread_cond_signal.c')
-rw-r--r-- | pthread_cond_signal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pthread_cond_signal.c b/pthread_cond_signal.c index 84ace67..fb1c81e 100644 --- a/pthread_cond_signal.c +++ b/pthread_cond_signal.c @@ -165,7 +165,6 @@ #include "pthread.h" #include "implement.h" - static INLINE int ptw32_cond_unblock (pthread_cond_t * cond, int unblockAll) /* |