diff options
Diffstat (limited to 'include/strings.h')
| -rw-r--r-- | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 4086fe4..5a3471d 100644 --- a/include/strings.h +++ b/include/strings.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | __errordecl(__bcopy_error, "bcopy: buffer overflow detected"); | 14 | __errordecl(__bcopy_error, "bcopy: buffer overflow detected"); |
| 15 | static inline __attribute__ ((always_inline)) | 15 | static inline __attribute__ ((always_inline)) |
| 16 | void | 16 | void |
| 17 | __fortify_bcopy(const void *__restrict src, void *__restrict dest, size_t n) | 17 | __fortify_bcopy(const void *src, void *dest, size_t n) |
| 18 | { | 18 | { |
| 19 | size_t bos = __builtin_object_size(dest, 0); | 19 | size_t bos = __builtin_object_size(dest, 0); |
| 20 | 20 | ||
