summaryrefslogtreecommitdiff
path: root/io/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/fcntl.h')
-rw-r--r--io/fcntl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/io/fcntl.h b/io/fcntl.h
index 7c654c0503..9f9fe8d50c 100644
--- a/io/fcntl.h
+++ b/io/fcntl.h
@@ -32,8 +32,8 @@ __BEGIN_DECLS
numbers and flag bits for `open', `fcntl', et al. */
#include <bits/fcntl.h>
-/* For Unix98 all symbols from <sys/stat.h> should also be available. */
-#ifdef __USE_UNIX98
+/* For XPG all symbols from <sys/stat.h> should also be available. */
+#ifdef __USE_XOPEN
# include <sys/stat.h>
#endif