diff options
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 | ||
