E593
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 1798bb2 commit b48cd4bCopy full SHA for b48cd4b
include/u.h
@@ -40,6 +40,7 @@ extern "C" {
40
#endif
41
#define _BSD_SOURCE 1
42
#define _NETBSD_SOURCE 1 /* NetBSD */
43
+#define _DEFAULT_SOURCE 1 /* glibc > 2.19 */
44
#define _SVID_SOURCE 1
45
#if !defined(__APPLE__) && !defined(__OpenBSD__)
46
# define _XOPEN_SOURCE 1000
0 commit comments