diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:36:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 19:36:48 +0000 |
commit | 05bcf62afbfcf1a42ef2d8e80e0dba887d970781 (patch) | |
tree | c83528edc34f837ad2ce15e54c890d25faf14ad7 /conform/data/stdalign.h-data | |
parent | 01f34a3bd8c087ca4be0bd24857e454c8d29f20b (diff) | |
download | glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.tar.gz glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.tar.xz glibc-05bcf62afbfcf1a42ef2d8e80e0dba887d970781.zip |
conformtest: Clean up / correct / expand C99 and C11 expectations.
Diffstat (limited to 'conform/data/stdalign.h-data')
-rw-r--r-- | conform/data/stdalign.h-data | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conform/data/stdalign.h-data b/conform/data/stdalign.h-data new file mode 100644 index 0000000000..edc2310e98 --- /dev/null +++ b/conform/data/stdalign.h-data @@ -0,0 +1,6 @@ +#if defined ISO11 +macro alignas +macro alignof +macro-int-constant __alignas_is_defined {int} == 1 +macro-int-constant __alignof_is_defined {int} == 1 +#endif |