From 3d2577bba5bcbfb3bac70fbd5a1e5e2ddea30814 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 10 Nov 2012 01:13:39 +0000 Subject: conformtest: Fix miscellaneous UNIX98 expectations. --- conform/data/unistd.h-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform/data/unistd.h-data') diff --git a/conform/data/unistd.h-data b/conform/data/unistd.h-data index d23a68ff89..18bea5ee21 100644 --- a/conform/data/unistd.h-data +++ b/conform/data/unistd.h-data @@ -472,7 +472,7 @@ function int rmdir (const char*) #if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX && !defined POSIX2008 function {void*} sbrk (intptr_t) #endif -#ifndef POSIX +#if !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98 function int setegid (gid_t) function int seteuid (uid_t) #endif -- cgit 1.4.1