diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-03-16 02:26:00 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-03-16 02:26:00 +0000 |
| commit | 59685367491e923c0767e8c5d936d291a7cbf5a6 (patch) | |
| tree | ae79b760a458e6ab74443341efdc782f3af14593 | |
| parent | b479399f7379f4ba4289ca11528382dfda9e3a68 (diff) | |
Notes
| -rw-r--r-- | sys/sys/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 5776bc5425a0..11e74f623feb 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -85,6 +85,7 @@ * ways. */ /* #define _POSIX_THREAD_SAFE_FUNCTIONS */ +#define _POSIX_SEMAPHORES /* access function */ #define F_OK 0 /* test for existence of file */ |
