diff options
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h index 1b1cd46..5102d24 100644 --- a/include/stdio.h +++ b/include/stdio.h | |||
| @@ -16,7 +16,7 @@ | |||
| 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 | #if !defined(__cplusplus) && !defined(__clang__) |
| 20 | __extension__ | 20 | __extension__ |
| 21 | #endif | 21 | #endif |
| 22 | #include_next <stdio.h> | 22 | #include_next <stdio.h> |
