diff options
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 26c7e44..0717e81 100644 --- a/include/stdlib.h +++ b/include/stdlib.h | |||
| @@ -19,12 +19,12 @@ | |||
| 19 | __extension__ | 19 | __extension__ |
| 20 | #include_next <stdlib.h> | 20 | #include_next <stdlib.h> |
| 21 | 21 | ||
| 22 | #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 | ||
| 22 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) | 23 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| 23 | __extension__ | 24 | __extension__ |
| 24 | #include_next <limits.h> | 25 | #include_next <limits.h> |
| 25 | #endif | 26 | #endif |
| 26 | 27 | ||
| 27 | #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 | ||
| 28 | #include "fortify-headers.h" | 28 | #include "fortify-headers.h" |
| 29 | 29 | ||
| 30 | #ifdef __cplusplus | 30 | #ifdef __cplusplus |
