summaryrefslogtreecommitdiff
path: root/conform/data/sys/types.h-data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-07 19:42:20 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-07 19:42:20 +0000
commitc4b6cf53d5478d0948f0c4426256123dbdf49264 (patch)
tree81e5b8ec8ca1c148f5989438204dc178d4009a4b /conform/data/sys/types.h-data
parentcbe6e12006557983c2aa00190d25c30330b8b2bf (diff)
conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.
Diffstat (limited to 'conform/data/sys/types.h-data')
-rw-r--r--conform/data/sys/types.h-data6
1 files changed, 5 insertions, 1 deletions
diff --git a/conform/data/sys/types.h-data b/conform/data/sys/types.h-data
index 824392d498..cda19548a7 100644
--- a/conform/data/sys/types.h-data
+++ b/conform/data/sys/types.h-data
@@ -22,8 +22,9 @@ type mode_t
type nlink_t
type off_t
type pid_t
+#if !defined XPG3 && !defined XPG4
type pthread_attr_t
-#if !defined POSIX
+#if !defined POSIX && !defined UNIX98
type pthread_barrier_t
type pthread_barrierattr_t
#endif
@@ -36,9 +37,12 @@ type pthread_once_t
#if !defined POSIX
type pthread_rwlock_t
type pthread_rwlockattr_t
+#endif
+#if !defined POSIX && !defined UNIX98
type pthread_spinlock_t
#endif
type pthread_t
+#endif
type size_t
type ssize_t
# if !defined POSIX && !defined POSIX2008