diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-10 01:13:39 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-10 01:13:39 +0000 |
commit | 3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814 (patch) | |
tree | ee82a81e532954eeae12c57dd709cbf8b8ef93bf /conform/data/semaphore.h-data | |
parent | c3f8191191a9dc3b4fc44373a01b442a74d60ff5 (diff) | |
download | glibc-3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814.tar.gz glibc-3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814.tar.xz glibc-3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814.zip |
conformtest: Fix miscellaneous UNIX98 expectations.
Diffstat (limited to 'conform/data/semaphore.h-data')
-rw-r--r-- | conform/data/semaphore.h-data | 4 |
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*) |