summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-23 19:43:20 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-23 19:43:20 +0000
commit9d341d2232058327d65e6d4ab3c8a2cfaf6d12a9 (patch)
treec725b5ed47b92e84f8fe10076f8b92aa1f861421 /libc/unistd
parenta26ac41c4946e3ebe4fab0ce6677350b644eb158 (diff)
Correct typo
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/unistd/getpass.c b/libc/unistd/getpass.c
index fbf82d1c4..edc01b010 100644
--- a/libc/unistd/getpass.c
+++ b/libc/unistd/getpass.c
@@ -22,7 +22,7 @@
#include <unistd.h>
#include <string.h>
-#if defined __USE_BSD && (defined __USE_XOPEN && !defined __USE_XOPEN2K)
+#if defined __USE_BSD || (defined __USE_XOPEN && !defined __USE_XOPEN2K)
libc_hidden_proto(strlen)
libc_hidden_proto(tcsetattr)