We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b98fd3 commit 1382e66Copy full SHA for 1382e66
1 file changed
gzguts.h
@@ -25,8 +25,8 @@
25
# include <limits.h>
26
#endif
27
28
-#ifndef _POSIX_SOURCE
29
-# define _POSIX_SOURCE
+#ifndef _POSIX_C_SOURCE
+# define _POSIX_C_SOURCE 200112L
30
31
#include <fcntl.h>
32
0 commit comments