diff options
| author | Trutz Behn | 2015-03-11 19:55:51 +0100 |
|---|---|---|
| committer | sin | 2015-03-11 21:33:01 +0000 |
| commit | b211796d68c4a6b56f999534627791f3576b6135 (patch) | |
| tree | 2f6efa186ce51a6f28e382234b253e2d118cc4a0 /include/stdlib.h | |
| parent | 5933d58bdebd71cbfaea71fed6d3488abeb7b5d6 (diff) | |
Put include guards in the reserved namespace
fortify-headers is considered part of the implementation.
Diffstat (limited to '')
| -rw-r--r-- | include/stdlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 4422f5e..4aff9d9 100644 --- a/include/stdlib.h +++ b/include/stdlib.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef FORTIFY_STDLIB_H_ | 1 | #ifndef _FORTIFY_STDLIB_H |
| 2 | #define FORTIFY_STDLIB_H_ | 2 | #define _FORTIFY_STDLIB_H |
| 3 | 3 | ||
| 4 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) | 4 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| 5 | #include_next <limits.h> | 5 | #include_next <limits.h> |
