summaryrefslogtreecommitdiff
path: root/pthread_cond_signal.c
diff options
context:
space:
mode:
authorrpj <rpj>2004-10-22 15:06:41 +0000
committerrpj <rpj>2004-10-22 15:06:41 +0000
commit045278e11b53fc1ad59945427feab1cd9275988f (patch)
treeda8570a7a8962d9563814c4910e8a9d5fb6fa685 /pthread_cond_signal.c
parentf84df26e12431bb9ecd07fbc52c804538635901f (diff)
Changes to mutexes and semaphores - considered alpha for now
Diffstat (limited to 'pthread_cond_signal.c')
-rw-r--r--pthread_cond_signal.c1
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)
/*