diff options
Diffstat (limited to 'semaphore.c')
-rw-r--r-- | semaphore.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/semaphore.c b/semaphore.c index 04e99f5..c163336 100644 --- a/semaphore.c +++ b/semaphore.c @@ -1,8 +1,6 @@ /* * ------------------------------------------------------------- * - * $Header: /cvs/pthreads-win32/pthreads/semaphore.c,v 1.1.2.1 1998/12/28 23:01:14 rpj Exp $ - * * Module: semaphore.c * * Purpose: @@ -45,7 +43,6 @@ #include "semaphore.h" - int sem_init (sem_t * sem, int pshared, unsigned int value) /* |