From 5ba924e3c7b54408050cbf8024279ce837b54e64 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 19 Nov 2012 22:19:11 +0000 Subject: conformtest: Fix miscellaneous expectations for XPG4. --- conform/data/stdio.h-data | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conform/data/stdio.h-data') diff --git a/conform/data/stdio.h-data b/conform/data/stdio.h-data index 816cf9ea27..ab55ce7bf9 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) -- cgit 1.4.1