From c48b0f860cc64b000a233ede7b1ddab08d8c0702 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Mon, 21 Mar 2011 23:27:24 +0100
Subject: [PATCH 160/396] memmove.c,strchrnul.c: use real name in libc_hidden_def

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/string/memmove.c   |    2 +-
 libc/string/strchrnul.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libc/string/memmove.c b/libc/string/memmove.c
index 9fb0efe..b768b6e 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
diff --git a/libc/string/strchrnul.c b/libc/string/strchrnul.c
index 4751971..9c10e1f 100644
--- a/libc/string/strchrnul.c
+++ b/libc/string/strchrnul.c
@@ -22,6 +22,6 @@ Wchar *Wstrchrnul(register const Wchar *s, Wint c)
 	return (Wchar *) s;
 }
 # ifndef WANT_WIDE
-libc_hidden_def(Wstrchrnul)
+libc_hidden_def(strchrnul)
 # endif
 #endif
-- 
1.7.0.4

