summaryrefslogtreecommitdiff
path: root/include/asm-x86/string_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/string_64.h')
-rw-r--r--include/asm-x86/string_64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/string_64.h b/include/asm-x86/string_64.h
index 52b5ab383395..49874fdb2c51 100644
--- a/include/asm-x86/string_64.h
+++ b/include/asm-x86/string_64.h
@@ -45,6 +45,7 @@ extern void *__memcpy(void *to, const void *from, size_t len);
#define __HAVE_ARCH_MEMSET
void *memset(void *s, int c, size_t n);
+void *__memset(void *s, int c, size_t n);
#define __HAVE_ARCH_MEMMOVE
void *memmove(void *dest, const void *src, size_t count);