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 511acca..b1c5c77 100644 --- a/include/strings.h +++ b/include/strings.h | |||
| @@ -34,7 +34,8 @@ extern "C" { | |||
| 34 | __fh_access(write_only, 2, 3) | 34 | __fh_access(write_only, 2, 3) |
| 35 | __fh_access(read_only, 1, 3) | 35 | __fh_access(read_only, 1, 3) |
| 36 | #if __has_builtin(__builtin_bcopy) && !defined(__clang__) | 36 | #if __has_builtin(__builtin_bcopy) && !defined(__clang__) |
| 37 | // parameter 1 of function '__orig_bcopy' has type 'const void *', but parameter 1 of function '__builtin_bcopy' has type 'void *' | 37 | /* parameter 1 of function '__orig_bcopy' has type 'const void, but |
| 38 | * parameter 1 of function '__builtin_bcopy' has type 'void *' */ | ||
| 38 | __diagnose_as_builtin(__builtin_bcopy, 1, 2, 3) | 39 | __diagnose_as_builtin(__builtin_bcopy, 1, 2, 3) |
| 39 | #endif | 40 | #endif |
| 40 | _FORTIFY_FN(bcopy) void bcopy(const void * _FORTIFY_POS0 __s, | 41 | _FORTIFY_FN(bcopy) void bcopy(const void * _FORTIFY_POS0 __s, |
