diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-09 10:04:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-09 10:05:14 +0000 |
commit | b1cc2472d26084ec88b53606baabb82ec6b80db2 (patch) | |
tree | c276696e8d9c02714d1b8c93754dfd9b12678df3 /conform/data/stdarg.h-data | |
parent | e1b4354e663fe7f68c96b6c6e72e55492bf38b91 (diff) | |
download | glibc-b1cc2472d26084ec88b53606baabb82ec6b80db2.zip glibc-b1cc2472d26084ec88b53606baabb82ec6b80db2.tar.gz glibc-b1cc2472d26084ec88b53606baabb82ec6b80db2.tar.bz2 |
conformtest: Update expectations for more ISO C headers.
Diffstat (limited to 'conform/data/stdarg.h-data')
-rw-r--r-- | conform/data/stdarg.h-data | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/stdarg.h-data b/conform/data/stdarg.h-data index a9b5d65..2c87a3b 100644 --- a/conform/data/stdarg.h-data +++ b/conform/data/stdarg.h-data @@ -9,4 +9,6 @@ macro va_end macro va_copy #endif +#if !defined ISO && !defined ISO99 && !defined ISO11 allow *_t +#endif |