From e02237241bf01b8f4f704cf5d3054e5fcd9c20a9 Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 28 Feb 2015 16:11:32 +0000 Subject: Style fix --- include/stdlib.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') 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 @@ #ifndef FORTIFY_STDLIB_H_ #define FORTIFY_STDLIB_H_ -#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ - || defined(_BSD_SOURCE) +#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #include_next #endif @@ -10,8 +9,7 @@ #if defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0 && defined(__OPTIMIZE__) && __OPTIMIZE__ > 0 -#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ - || defined(_BSD_SOURCE) +#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) static inline __attribute__ ((always_inline)) char * __fortify_realpath(const char *path, char *resolved) -- cgit v1.3