summaryrefslogtreecommitdiff
path: root/libc/conform/data/semaphore.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'libc/conform/data/semaphore.h-data')
-rw-r--r--libc/conform/data/semaphore.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/conform/data/semaphore.h-data b/libc/conform/data/semaphore.h-data
index 9bb3d44d9..41595135d 100644
--- a/libc/conform/data/semaphore.h-data
+++ b/libc/conform/data/semaphore.h-data
@@ -1,4 +1,4 @@
-#if !defined ISO && !defined ISO99 && !defined ISO11
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined XPG3 && !defined XPG4
type sem_t
constant SEM_FAILED
@@ -9,7 +9,7 @@ function int sem_getvalue (sem_t*, int*)
function int sem_init (sem_t*, int, unsigned int)
function {sem_t*} sem_open (const char*, int, ...)
function int sem_post (sem_t*)
-# if !defined POSIX
+# if !defined POSIX && !defined UNIX98
function int sem_timedwait (sem_t*, const struct timespec*)
# endif
function int sem_trywait (sem_t*)