diff options
| author | Steven Barth | 2015-06-24 20:13:37 +0200 |
|---|---|---|
| committer | sin | 2015-06-25 10:18:26 +0100 |
| commit | 7fd984fcb532be01f68cddc194c09a7ca10c1ea6 (patch) | |
| tree | 03b23a8bb2d9e1c86ff22e406263ceab35973843 /include/stdlib.h | |
| parent | 0825063aa6725f8ddf6661ead3263072d630870c (diff) | |
Add __extension__ mark to include_next to silence -pedantic
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 2b67235..f89341f 100644 --- a/include/stdlib.h +++ b/include/stdlib.h | |||
| @@ -16,9 +16,11 @@ | |||
| 16 | #ifndef _FORTIFY_STDLIB_H | 16 | #ifndef _FORTIFY_STDLIB_H |
| 17 | #define _FORTIFY_STDLIB_H | 17 | #define _FORTIFY_STDLIB_H |
| 18 | 18 | ||
| 19 | __extension__ | ||
| 19 | #include_next <stdlib.h> | 20 | #include_next <stdlib.h> |
| 20 | 21 | ||
| 21 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) | 22 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| 23 | __extension__ | ||
| 22 | #include_next <limits.h> | 24 | #include_next <limits.h> |
| 23 | #endif | 25 | #endif |
| 24 | 26 | ||
