diff options
Diffstat (limited to 'include/sys/select.h')
| -rw-r--r-- | include/sys/select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/select.h b/include/sys/select.h index 1f19672..1a5afbe 100644 --- a/include/sys/select.h +++ b/include/sys/select.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #ifndef _FORTIFY_SYS_SELECT_H | 16 | #ifndef _FORTIFY_SYS_SELECT_H |
| 17 | #define _FORTIFY_SYS_SELECT_H | 17 | #define _FORTIFY_SYS_SELECT_H |
| 18 | 18 | ||
| 19 | #ifndef __cplusplus | 19 | #if !defined(__cplusplus) && !defined(__clang__) |
| 20 | __extension__ | 20 | __extension__ |
| 21 | #endif | 21 | #endif |
| 22 | #include_next <sys/select.h> | 22 | #include_next <sys/select.h> |
