diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-21 23:27:24 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:31 +0200 |
commit | e94b85159291ab9dd2c2bda440a284881f1c1614 (patch) | |
tree | 71b210f1171b22510782bde289709bec24cf93f6 /libc/string/memmove.c | |
parent | 0f72ac224ec3a8d1fc7ab296fd09d7d0d9ff3386 (diff) |
memmove.c,strchrnul.c: use real name in libc_hidden_def
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/string/memmove.c')
-rw-r--r-- | libc/string/memmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/memmove.c b/libc/string/memmove.c index 9fb0efee4..b768b6ea9 100644 --- a/libc/string/memmove.c +++ b/libc/string/memmove.c @@ -34,5 +34,5 @@ Wvoid *Wmemmove(Wvoid *s1, const Wvoid *s2, size_t n) } #ifndef WANT_WIDE -libc_hidden_def(Wmemmove) +libc_hidden_def(memmove) #endif |