diff options
| author | sin | 2015-02-04 15:12:50 +0000 |
|---|---|---|
| committer | sin | 2015-02-04 15:13:38 +0000 |
| commit | 87f56f70d77945c284490ce779ddff0c64343e41 (patch) | |
| tree | 83ec6fb0f8a5dd5328a893ad65d984533e7a4f56 /include/sys | |
| parent | 91c0c1270f5f690d787a126fe20430ec6409eb9f (diff) | |
Style fix
Diffstat (limited to 'include/sys')
| -rw-r--r-- | include/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h index 824cb4e..bd9fed4 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.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(__recv_error, "recv: buffer overflow detected"); | 11 | __errordecl(__recv_error, "recv: buffer overflow detected"); |
| 12 | static inline __attribute__ ((always_inline)) | 12 | static inline __attribute__ ((always_inline)) |
