Add the _POSIX_SEMAPHORES feature flag.

This commit is contained in:
Jason Evans 2000-03-16 02:26:00 +00:00
parent b479399f73
commit 5968536749
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58127

View File

@ -85,6 +85,7 @@
* ways.
*/
/* #define _POSIX_THREAD_SAFE_FUNCTIONS */
#define _POSIX_SEMAPHORES
/* access function */
#define F_OK 0 /* test for existence of file */