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 eb3f652..3725bbb 100644
--- a/include/string.h
+++ b/include/string.h
@@ -6,7 +6,7 @@
6 6
7#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 7#if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0
8 8
9#define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg))) 9#define __errordecl(name, msg) extern void name(void) __attribute__ ((__error__(msg)))
10 10
11__errordecl(__memcpy_error, "memcpy: buffer overflow detected"); 11__errordecl(__memcpy_error, "memcpy: buffer overflow detected");
12static inline __attribute__ ((always_inline)) 12static inline __attribute__ ((always_inline))