summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
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