diff options
| author | sin | 2015-02-28 16:11:32 +0000 |
|---|---|---|
| committer | sin | 2015-02-28 16:11:32 +0000 |
| commit | e02237241bf01b8f4f704cf5d3054e5fcd9c20a9 (patch) | |
| tree | 424fa0ac55657de7cae71ccbe177e3f3eaa4a0d5 /include/stdlib.h | |
| parent | 7212959240ea8a73671d234c8b61ac81ca775b26 (diff) | |
Style fix
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index f3a5ccd..35bff81 100644 --- a/include/stdlib.h +++ b/include/stdlib.h | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | #ifndef FORTIFY_STDLIB_H_ | 1 | #ifndef FORTIFY_STDLIB_H_ |
| 2 | #define FORTIFY_STDLIB_H_ | 2 | #define FORTIFY_STDLIB_H_ |
| 3 | 3 | ||
| 4 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ | 4 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| 5 | || defined(_BSD_SOURCE) | ||
| 6 | #include_next <limits.h> | 5 | #include_next <limits.h> |
| 7 | #endif | 6 | #endif |
| 8 | 7 | ||
| @@ -10,8 +9,7 @@ | |||
| 10 | 9 | ||
| 11 | #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 | 10 | #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 |
| 12 | 11 | ||
| 13 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ | 12 | #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |
| 14 | || defined(_BSD_SOURCE) | ||
| 15 | static inline __attribute__ ((always_inline)) | 13 | static inline __attribute__ ((always_inline)) |
| 16 | char * | 14 | char * |
| 17 | __fortify_realpath(const char *path, char *resolved) | 15 | __fortify_realpath(const char *path, char *resolved) |
