diff options
Diffstat (limited to 'src/string/memcmp.c')
| -rw-r--r-- | src/string/memcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string/memcmp.c b/src/string/memcmp.c index f87f849a..156c8b03 100644 --- a/src/string/memcmp.c +++ b/src/string/memcmp.c @@ -28,7 +28,7 @@ int memcmp(const void *s1, const void *s2, size_t n) return 0; } -__check_3(int, 0, memcmp, const void *, const void *, size_t) +CHECK_3(int, 0, memcmp, const void *, const void *, size_t) /*** compares the first ARGUMENT(n) bytes of memory at ARGUMENT(s1) |
