Commit aad6ef1fc3
2022-01-29 02:31:23
1 parent
b54f618Changed files (1)
lib
libc
include
generic-glibc
lib/libc/include/generic-glibc/features.h
@@ -220,8 +220,12 @@
# define _DEFAULT_SOURCE 1
# undef _ATFILE_SOURCE
# define _ATFILE_SOURCE 1
+
+# if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 34) || __GLIBC__ > 2
# undef _DYNAMIC_STACK_SIZE_SOURCE
# define _DYNAMIC_STACK_SIZE_SOURCE 1
+# endif
+
#endif
/* If nothing (other than _GNU_SOURCE and _DEFAULT_SOURCE) is defined,
@@ -512,4 +516,4 @@
#include <gnu/stubs.h>
-#endif /* features.h */
\ No newline at end of file
+#endif /* features.h */