diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-23 19:43:20 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-23 19:43:20 +0000 |
commit | 9d341d2232058327d65e6d4ab3c8a2cfaf6d12a9 (patch) | |
tree | c725b5ed47b92e84f8fe10076f8b92aa1f861421 | |
parent | a26ac41c4946e3ebe4fab0ce6677350b644eb158 (diff) |
Correct typo
-rw-r--r-- | libc/unistd/getpass.c | 2 |
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) |