about summary refs log tree commit diff
path: root/conform/data/semaphore.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/semaphore.h-data')
-rw-r--r--conform/data/semaphore.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/semaphore.h-data b/conform/data/semaphore.h-data
index 9bb3d44d94..41595135dc 100644
--- a/conform/data/semaphore.h-data
+++ b/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*)