diff options
| author | jvoisin | 2025-10-28 23:13:42 +0100 |
|---|---|---|
| committer | jvoisin | 2025-10-28 23:13:42 +0100 |
| commit | 8a43ce98138d363b6595a16b98b6016c5e306191 (patch) | |
| tree | 2de12f64ed9bb15ef0a224b5085ce0ad4fa6a37e /include/strings.h | |
| parent | 89b628d34b1ef0423df35a72901daa194d7db956 (diff) | |
Use C90-compliant comments
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, |
