From 98cbe360d947b59e7a5eda068581f4cfeb4b99b3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Aug 2000 06:49:52 +0000 Subject: Update. * misc/sys/cdefs.h: Define __restrict_arr. * include/sys/time.h: Add restrict where required by AGd4. * inet/arpa/inet.h: Likewise. * io/sys/stat.h: Likewise. * io/sys/statvfs.h: Likewise. * misc/search.h: Likewise. * misc/sys/select.h: Likewise. * posix/glob.h: Likewise. * posix/regex.h: Likewise. * posix/spawn.h: Likewise. * posix/unistd.h: Likewise. * rt/aio.h: Likewise. * signal/signal.h: Likewise. * socket/sys/socket.h: Likewise. * stdlib/ucontext.h: Likewise. * streams/stropts.h: Likewise. * string/string.h: Likewise. * time/time.h: Likewise. * time/sys/time.h: Likewise. * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam and posix_spawnattr_setscheparam. * libio/stdio.h: Make cuserid prototype again available for all XPG versions. --- libio/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/stdio.h') diff --git a/libio/stdio.h b/libio/stdio.h index b43826e037..7a18261586 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -581,7 +581,7 @@ extern char *ctermid (char *__s) __THROW; #endif /* Use POSIX. */ -#if defined __USE_XOPEN && !defined __USE_XOPEN2K +#ifdef __USE_XOPEN /* Return the name of the current user. */ extern char *cuserid (char *__s) __THROW; #endif /* Use X/Open, but not issue 6. */ -- cgit v1.2.3