summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorsin2015-02-04 15:12:50 +0000
committersin2015-02-04 15:13:38 +0000
commit87f56f70d77945c284490ce779ddff0c64343e41 (patch)
tree83ec6fb0f8a5dd5328a893ad65d984533e7a4f56 /include/stdio.h
parent91c0c1270f5f690d787a126fe20430ec6409eb9f (diff)
Style fix
Diffstat (limited to '')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index c9e0f0b..5426d08 100644
--- a/include/stdio.h
+++ b/include/stdio.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(__fgets_error, "fgets: buffer overflow detected"); 11__errordecl(__fgets_error, "fgets: buffer overflow detected");
12static inline __attribute__ ((always_inline)) 12static inline __attribute__ ((always_inline))