summaryrefslogtreecommitdiff
path: root/conform/data/pwd.h-data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-05-19 14:48:30 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-05-19 14:48:30 +0000
commitbb37c73778ccc029d20b08d8a5df116c222ca825 (patch)
tree7ca7d5614ea6dcffef5cc2d148f422c953a45673 /conform/data/pwd.h-data
parent4c9695fa8eff5072d319adf8eab35329172394d1 (diff)
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.
Diffstat (limited to 'conform/data/pwd.h-data')
-rw-r--r--conform/data/pwd.h-data2
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/pwd.h-data b/conform/data/pwd.h-data
index 64d617fdcf..2c4a6fe733 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)