Peter S. Mazinger 19 жил өмнө
parent
commit
9d341d2232
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      libc/unistd/getpass.c

+ 1 - 1
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)