| ... | @@ -220,8 +220,12 @@ | ... | @@ -220,8 +220,12 @@ |
| 220 | # define _DEFAULT_SOURCE	1 | 220 | # define _DEFAULT_SOURCE	1 |
| 221 | # undef _ATFILE_SOURCE | 221 | # undef _ATFILE_SOURCE |
| 222 | # define _ATFILE_SOURCE	1 | 222 | # define _ATFILE_SOURCE	1 |
| | 223 | |
| | 224 | # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 34) || __GLIBC__ > 2 |
| 223 | # undef _DYNAMIC_STACK_SIZE_SOURCE | 225 | # undef _DYNAMIC_STACK_SIZE_SOURCE |
| 224 | # define _DYNAMIC_STACK_SIZE_SOURCE 1 | 226 | # define _DYNAMIC_STACK_SIZE_SOURCE 1 |
| | 227 | # endif |
| | 228 | |
| 225 | #endif | 229 | #endif |
| 226 | | 230 | |
| 227 | /* If nothing (other than _GNU_SOURCE and _DEFAULT_SOURCE) is defined, | 231 | /* If nothing (other than _GNU_SOURCE and _DEFAULT_SOURCE) is defined, |
| ... | @@ -512,4 +516,4 @@ | ... | @@ -512,4 +516,4 @@ |
| 512 | #include <gnu/stubs.h> | 516 | #include <gnu/stubs.h> |
| 513 | | 517 | |
| 514 | | 518 | |
| 515 | #endif	/* features.h */ | | |
| \ No newline at end of file |
| | 519 | #endif	/* features.h */ |