From 87f56f70d77945c284490ce779ddff0c64343e41 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Feb 2015 15:12:50 +0000 Subject: Style fix --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdio.h') 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 @@ #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 -#define __errordecl(name, msg) extern void name(void) __attribute__((__error__(msg))) +#define __errordecl(name, msg) extern void name(void) __attribute__ ((__error__(msg))) __errordecl(__fgets_error, "fgets: buffer overflow detected"); static inline __attribute__ ((always_inline)) -- cgit v1.3