diff options
Diffstat (limited to 'include/unistd.h')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index e4358a0..65dadb3 100644 --- a/include/unistd.h +++ b/include/unistd.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(__pread_error, "pread: buffer overflow detected"); | 11 | __errordecl(__pread_error, "pread: buffer overflow detected"); |
| 12 | static inline __attribute__ ((always_inline)) | 12 | static inline __attribute__ ((always_inline)) |
