aboutsummaryrefslogtreecommitdiff
path: root/conform/data/stdio.h-data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-19 22:19:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-19 22:19:11 +0000
commit5ba924e3c7b54408050cbf8024279ce837b54e64 (patch)
treed6ff2f69cbcdad0464fedbb4a662640dbcf38109 /conform/data/stdio.h-data
parentee663277dc2e2eeab0ed18ebd9de63576661296f (diff)
downloadglibc-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-data4
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)