about summary refs log tree commit diff
path: root/conform/data/time.h-data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-10 01:13:39 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-10 01:13:39 +0000
commit3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814 (patch)
treeee82a81e532954eeae12c57dd709cbf8b8ef93bf /conform/data/time.h-data
parentc3f8191191a9dc3b4fc44373a01b442a74d60ff5 (diff)
downloadglibc-3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814.tar.gz
glibc-3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814.tar.xz
glibc-3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814.zip
conformtest: Fix miscellaneous UNIX98 expectations.
Diffstat (limited to 'conform/data/time.h-data')
-rw-r--r--conform/data/time.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 31d5e7dd53..9b346c39e1 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -71,12 +71,12 @@ variable int getdate_err
 # endif
 
 function {char*} asctime_r (const struct tm*, char*)
-#if !defined POSIX
+#if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
 function int clock_getcpuclockid (pid_t, clockid_t*)
 #endif
 function int clock_getres (clockid_t, struct timespec*)
 function int clock_gettime (clockid_t, struct timespec*)
-#if !defined POSIX
+#if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
 function int clock_nanosleep (clockid_t, int, const struct timespec*, struct timespec*)
 #endif
 function int clock_settime (clockid_t, const struct timespec*)