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 */