summaryrefslogtreecommitdiff
path: root/posix/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-08-24 06:48:22 +0000
committerUlrich Drepper <drepper@redhat.com>2006-08-24 06:48:22 +0000
commitaa2c6b6df52d86f1a2f3d2b7c91be720192e2290 (patch)
tree61f1c546f0fed05c2d70fc6c0c1ce6085bf3dff0 /posix/bits
parentba408f846541f7279ef12858545abac1c26719e7 (diff)
* posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
__USE_UNIX98. * posix/bits/unistd.h: Likewise.
Diffstat (limited to 'posix/bits')
-rw-r--r--posix/bits/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/bits/unistd.h b/posix/bits/unistd.h
index 96f26d5482..b08aef2f6c 100644
--- a/posix/bits/unistd.h
+++ b/posix/bits/unistd.h
@@ -198,7 +198,7 @@ __NTH (ttyname_r (int __fd, char *__buf, size_t __buflen))
}
-#if defined __USE_REENTRANT || defined __USE_UNIX98
+#if defined __USE_REENTRANT || defined __USE_POSIX199506
extern int __getlogin_r_chk (char *__buf, size_t __buflen, size_t __nreal)
__nonnull ((1));
extern int __REDIRECT (__getlogin_r_alias, (char *__buf, size_t __buflen),