diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-19 22:19:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-19 22:19:11 +0000 |
commit | 5ba924e3c7b54408050cbf8024279ce837b54e64 (patch) | |
tree | d6ff2f69cbcdad0464fedbb4a662640dbcf38109 /conform/data/stdio.h-data | |
parent | ee663277dc2e2eeab0ed18ebd9de63576661296f (diff) | |
download | glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.zip glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar.gz glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar.bz2 |
conformtest: Fix miscellaneous expectations for XPG4.
Diffstat (limited to 'conform/data/stdio.h-data')
-rw-r--r-- | conform/data/stdio.h-data | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/stdio.h-data b/conform/data/stdio.h-data index 816cf9e..ab55ce7 100644 --- a/conform/data/stdio.h-data +++ b/conform/data/stdio.h-data @@ -144,7 +144,7 @@ function void rewind (FILE*) function int scanf (const char*, ...) function void setbuf (FILE*, char*) function int setvbuf (FILE*, char*, int, size_t) -#if !defined ISO && !defined POSIX +#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 function int snprintf (char*, size_t, const char*, ...) #endif function int sprintf (char *, const char *, ...) @@ -166,7 +166,7 @@ function int vprintf (const char*, va_list) #if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98 function int vscanf (const char*, va_list) #endif -#if !defined ISO && !defined POSIX +#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 function int vsnprintf (char*, size_t, const char*, va_list) #endif function int vsprintf (char*, const char*, va_list) |