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 341c1c7 commit 3578a4dCopy full SHA for 3578a4d
libstdc++-v3/src/c++11/random.cc
@@ -44,7 +44,7 @@
44
#include <cstdio>
45
#include <cctype> // For std::isdigit.
46
47
-#if defined _GLIBCXX_HAVE_UNISTD_H && defined _GLIBCXX_HAVE_FCNTL_H
+#if defined _GLIBCXX_HAVE_UNISTD_H && defined _GLIBCXX_HAVE_FCNTL_H && !defined _GLIBCXX_USE_STDIO_PURE
48
# include <unistd.h>
49
# include <fcntl.h>
50
// Use POSIX open, close, read etc. instead of ISO fopen, fclose, fread
0 commit comments