diff options
| author | sin | 2015-01-29 12:14:44 +0000 |
|---|---|---|
| committer | sin | 2015-01-29 12:14:44 +0000 |
| commit | 3effc6dacea8b8ed0edab8ad93a902fa05bafde2 (patch) | |
| tree | 9b63bbadcf09636eb3c032139009f2b4057ad999 /include/strings.h | |
| parent | 4a18008ce14b77be67ed0b5f0e27b4db3db5beb8 (diff) | |
Style fix
Diffstat (limited to 'include/strings.h')
| -rw-r--r-- | include/strings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/strings.h b/include/strings.h index d9a625d..c2f3bcd 100644 --- a/include/strings.h +++ b/include/strings.h | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_POSIX_SOURCE) \ | 9 | #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_POSIX_SOURCE) \ |
| 10 | || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE+0 < 200809L) \ | 10 | || (defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE+0 < 200809L) \ |
| 11 | || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE+0 < 700) | 11 | || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE+0 < 700) |
| 12 | |||
| 13 | static inline __attribute__ ((always_inline)) | 12 | static inline __attribute__ ((always_inline)) |
| 14 | void | 13 | void |
| 15 | __fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n) | 14 | __fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n) |
| @@ -36,7 +35,6 @@ __fortify_bzero(void *src, size_t n) | |||
| 36 | #define bcopy(src, dest, n) __fortify_bcopy(src, dest, n) | 35 | #define bcopy(src, dest, n) __fortify_bcopy(src, dest, n) |
| 37 | #undef bzero | 36 | #undef bzero |
| 38 | #define bzero(src, n) __fortify_bzero(src, n) | 37 | #define bzero(src, n) __fortify_bzero(src, n) |
| 39 | |||
| 40 | #endif | 38 | #endif |
| 41 | 39 | ||
| 42 | #endif | 40 | #endif |
