diff options
| author | sin | 2015-01-29 11:10:04 +0000 |
|---|---|---|
| committer | sin | 2015-01-29 11:10:04 +0000 |
| commit | c18ebb039973edee1318df71bf40a6d90013b5b0 (patch) | |
| tree | b227c2256abc5c315b75b8dc3ed093ca6fd0a459 /include/strings.h | |
| parent | 1e306fd64276aaa68eae4ffa26b68cd84092c37e (diff) | |
Style fix
Diffstat (limited to 'include/strings.h')
| -rw-r--r-- | include/strings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index db08cc9..0b6e44c 100644 --- a/include/strings.h +++ b/include/strings.h | |||
| @@ -10,7 +10,8 @@ | |||
| 10 | || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE+0 < 700) | 10 | || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE+0 < 700) |
| 11 | 11 | ||
| 12 | static inline __attribute__ ((always_inline)) | 12 | static inline __attribute__ ((always_inline)) |
| 13 | void __fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n) | 13 | void |
| 14 | __fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n) | ||
| 14 | { | 15 | { |
| 15 | size_t bos = __builtin_object_size(dest, 0); | 16 | size_t bos = __builtin_object_size(dest, 0); |
| 16 | 17 | ||
