diff options
Diffstat (limited to 'lib/string.c')
-rw-r--r-- | lib/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/string.c b/lib/string.c index e5878de4f101..9b1f9062a202 100644 --- a/lib/string.c +++ b/lib/string.c | |||
@@ -648,7 +648,7 @@ EXPORT_SYMBOL(memmove); | |||
648 | * @count: The size of the area. | 648 | * @count: The size of the area. |
649 | */ | 649 | */ |
650 | #undef memcmp | 650 | #undef memcmp |
651 | int memcmp(const void *cs, const void *ct, size_t count) | 651 | __visible int memcmp(const void *cs, const void *ct, size_t count) |
652 | { | 652 | { |
653 | const unsigned char *su1, *su2; | 653 | const unsigned char *su1, *su2; |
654 | int res = 0; | 654 | int res = 0; |