summaryrefslogtreecommitdiff
path: root/conform/data/sys/types.h-data
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-02-26 13:17:27 -0500
committerUlrich Drepper <drepper@gmail.com>2012-02-26 13:17:27 -0500
commit4efeffc1d583597e4f52985b9747269e47b754e2 (patch)
tree65bb598457542a0de30c60646173679c5ea42557 /conform/data/sys/types.h-data
parentc20105c398036c4fbeb99f8480ab84077a0f6f2c (diff)
Fix up POSIX testing in conformtest
Diffstat (limited to 'conform/data/sys/types.h-data')
-rw-r--r--conform/data/sys/types.h-data8
1 files changed, 8 insertions, 0 deletions
diff --git a/conform/data/sys/types.h-data b/conform/data/sys/types.h-data
index 2befff56a1..824392d498 100644
--- a/conform/data/sys/types.h-data
+++ b/conform/data/sys/types.h-data
@@ -1,15 +1,19 @@
#if !defined ISO && !defined ISO99 && !defined ISO11
type blkcnt_t
+#if !defined POSIX
type blksize_t
type clock_t
type clockid_t
+#endif
type dev_t
# if !defined POSIX
type fsblkcnt_t
type fsfilcnt_t
# endif
type gid_t
+#if !defined POSIX
type id_t
+#endif
type ino_t
# if !defined POSIX && !defined POSIX2008
type key_t
@@ -19,17 +23,21 @@ type nlink_t
type off_t
type pid_t
type pthread_attr_t
+#if !defined POSIX
type pthread_barrier_t
type pthread_barrierattr_t
+#endif
type pthread_cond_t
type pthread_condattr_t
type pthread_key_t
type pthread_mutex_t
type pthread_mutexattr_t
type pthread_once_t
+#if !defined POSIX
type pthread_rwlock_t
type pthread_rwlockattr_t
type pthread_spinlock_t
+#endif
type pthread_t
type size_t
type ssize_t