about summary refs log tree commit diff
path: root/conform/data/stddef.h-data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-01 20:05:49 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-01 20:05:49 +0000
commit615605c94eb3238fa1a0721506d70871f1610967 (patch)
tree4d35178348ad50710b6db4b8b1c2408325b8c23f /conform/data/stddef.h-data
parentc9140a622eec9919fd151cfa5d0f751f49dbc8ce (diff)
downloadglibc-615605c94eb3238fa1a0721506d70871f1610967.tar.gz
glibc-615605c94eb3238fa1a0721506d70871f1610967.tar.xz
glibc-615605c94eb3238fa1a0721506d70871f1610967.zip
conformtest: Update expectations for some ISO C headers.
Diffstat (limited to 'conform/data/stddef.h-data')
-rw-r--r--conform/data/stddef.h-data8
1 files changed, 7 insertions, 1 deletions
diff --git a/conform/data/stddef.h-data b/conform/data/stddef.h-data
index a9acf2dac5..9ded4f1ca0 100644
--- a/conform/data/stddef.h-data
+++ b/conform/data/stddef.h-data
@@ -1,4 +1,4 @@
-constant NULL
+macro-constant NULL == 0
 
 macro offsetof
 
@@ -6,4 +6,10 @@ type ptrdiff_t
 type wchar_t
 type size_t
 
+#if defined ISO11
+type max_align_t
+#endif
+
+#if !defined ISO && !defined ISO99 && !defined ISO11
 allow *_t
+#endif