diff options
Diffstat (limited to 'libc/string/mempcpy.c')
-rw-r--r-- | libc/string/mempcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/mempcpy.c b/libc/string/mempcpy.c index cf4af8d39..91896434b 100644 --- a/libc/string/mempcpy.c +++ b/libc/string/mempcpy.c @@ -36,5 +36,5 @@ Wvoid *Wmempcpy(Wvoid * __restrict s1, const Wvoid * __restrict s2, size_t n) return r1; } -libc_hidden_def(Wmempcpy) +libc_hidden_weak(Wmempcpy) #endif |