From aa2c6b6df52d86f1a2f3d2b7c91be720192e2290 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Aug 2006 06:48:22 +0000 Subject: * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not __USE_UNIX98. * posix/bits/unistd.h: Likewise. --- posix/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix/unistd.h') diff --git a/posix/unistd.h b/posix/unistd.h index c7a52722ca..b751928b1e 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -811,7 +811,7 @@ extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __THROW; This function is a possible cancellation points and therefore not marked with __THROW. */ extern char *getlogin (void); -#if defined __USE_REENTRANT || defined __USE_UNIX98 +#if defined __USE_REENTRANT || defined __USE_POSIX199506 /* Return at most NAME_LEN characters of the login name of the user in NAME. If it cannot be determined or some other error occurred, return the error code. Otherwise return 0. -- cgit 1.4.1