We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a99b1 commit 5ac5e9cCopy full SHA for 5ac5e9c
libcxx/src/print.cpp
@@ -23,7 +23,7 @@
23
#elif __has_include(<unistd.h>)
24
# include <unistd.h>
25
# if defined(_NEWLIB_VERSION)
26
-# if defined(__POSIX_VISIBLE) && __POSIX_VISIBLE && __has_include(<stdio.h>)
+# if defined(_POSIX_C_SOURCE) && __has_include(<stdio.h>)
27
# include <stdio.h>
28
# define HAS_FILENO_AND_ISATTY
29
# endif
0 commit comments