diff options
author | rpj <rpj> | 1999-01-03 16:41:14 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-01-03 16:41:14 +0000 |
commit | 5ab9f5892826bb1c4e45b4dcb2692d4eb2f813f1 (patch) | |
tree | 055390c239a2f7cefdde4360a5f0f0096be19930 /semaphore.c | |
parent | 63d8161801576f3acd5169b472946f4a687c4728 (diff) |
Mon Jan 4 11:23:40 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>bossom-merge-99-01-04bossom-merge-98-12-08
* all: No code changes, just cleanup.
- remove #if 0 /* Pre Bossom */ enclosed code.
- Remove some redundant #includes.
* pthread.h: Update implemented/unimplemented routines list.
* Tag the bossom merge branch getting ready to merge back to main
trunk.
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) /* |