summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h
index 8737f97..c9f8839 100644
--- a/include/string.h
+++ b/include/string.h
@@ -16,7 +16,7 @@
16#ifndef _FORTIFY_STRING_H 16#ifndef _FORTIFY_STRING_H
17#define _FORTIFY_STRING_H 17#define _FORTIFY_STRING_H
18 18
19#ifndef __cplusplus 19#if !defined(__cplusplus) && !defined(__clang__)
20__extension__ 20__extension__
21#endif 21#endif
22#include_next <string.h> 22#include_next <string.h>