| ... | @@ -222,8 +222,13 @@ | ... | @@ -222,8 +222,13 @@ |
| 222 | # define _DEFAULT_SOURCE	1 | 222 | # define _DEFAULT_SOURCE	1 |
| 223 | # undef _ATFILE_SOURCE | 223 | # undef _ATFILE_SOURCE |
| 224 | # define _ATFILE_SOURCE	1 | 224 | # define _ATFILE_SOURCE	1 |
| | 225 | |
| | 226 | /* Zig patch */ |
| | 227 | # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 34) || __GLIBC__ > 2 |
| 225 | # undef _DYNAMIC_STACK_SIZE_SOURCE | 228 | # undef _DYNAMIC_STACK_SIZE_SOURCE |
| 226 | # define _DYNAMIC_STACK_SIZE_SOURCE 1 | 229 | # define _DYNAMIC_STACK_SIZE_SOURCE 1 |
| | 230 | # endif |
| | 231 | |
| 227 | #endif | 232 | #endif |
| 228 | | 233 | |
| 229 | /* If nothing (other than _GNU_SOURCE and _DEFAULT_SOURCE) is defined, | 234 | /* If nothing (other than _GNU_SOURCE and _DEFAULT_SOURCE) is defined, |