From bb37c73778ccc029d20b08d8a5df116c222ca825 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 19 May 2016 14:48:30 +0000 Subject: conformtest: Correct pwd.h expectations for XPG3. This patch corrects some conformtest expectations for pwd.h for XPG4. Tested for x86_64 and x86. * conform/data/pwd.h-data (endpwent): Do not expect for [XPG3]. (getpwent): Likewise. (setpwent): Likewise. * conform/Makefile (test-xfail-XPG3/pwd.h/conform): Remove variable. --- conform/Makefile | 1 - conform/data/pwd.h-data | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'conform') diff --git a/conform/Makefile b/conform/Makefile index eb64e0e..573fbde 100644 --- a/conform/Makefile +++ b/conform/Makefile @@ -165,7 +165,6 @@ test-xfail-XOPEN2K8/ndbm.h/conform = yes # Unsorted expected failures. test-xfail-XPG3/ftw.h/conform = yes test-xfail-XPG3/limits.h/conform = yes -test-xfail-XPG3/pwd.h/conform = yes test-xfail-XPG3/signal.h/conform = yes test-xfail-XPG3/sys/wait.h/conform = yes test-xfail-XPG4/arpa/inet.h/conform = yes diff --git a/conform/data/pwd.h-data b/conform/data/pwd.h-data index 64d617f..2c4a6fe 100644 --- a/conform/data/pwd.h-data +++ b/conform/data/pwd.h-data @@ -23,7 +23,7 @@ function {struct passwd*} getpwnam (const char*) function {struct passwd*} getpwuid (uid_t) function int getpwnam_r (const char*, struct passwd*, char*, size_t, struct passwd**) function int getpwuid_r (uid_t, struct passwd*, char*, size_t, struct passwd**) -# if !defined POSIX && !defined POSIX2008 +# if !defined XPG3 && !defined POSIX && !defined POSIX2008 function void endpwent (void) function {struct passwd*} getpwent (void) function void setpwent (void) -- cgit v1.1