summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index b67f9ce..a965184 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -16,7 +16,9 @@
16#ifndef _FORTIFY_STDIO_H 16#ifndef _FORTIFY_STDIO_H
17#define _FORTIFY_STDIO_H 17#define _FORTIFY_STDIO_H
18 18
19#ifndef __cplusplus
19__extension__ 20__extension__
21#endif
20#include_next <stdio.h> 22#include_next <stdio.h>
21 23
22#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 24#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0