From 84aa52d7e9f9a70d6f011579ab1206d6d0bbe1af Mon Sep 17 00:00:00 2001
From: Ulrich Drepper <drepper@redhat.com>
Date: Tue, 14 Apr 2009 05:58:16 +0000
Subject: * sysdeps/x86-64/strrchr.S: New file.

---
 stdio-common/reg-modifier.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'stdio-common/reg-modifier.c')

diff --git a/stdio-common/reg-modifier.c b/stdio-common/reg-modifier.c
index beec2ecbe3..69bb2ef3d5 100644
--- a/stdio-common/reg-modifier.c
+++ b/stdio-common/reg-modifier.c
@@ -82,7 +82,7 @@ __register_printf_modifier (wchar_t *str)
 
   newp->next = __printf_modifier_table[(unsigned char) *str];
   newp->bit = 1 << next_bit++;
-  wmemcpy (newp->str, str + 1, wc - str);
+  __wmemcpy (newp->str, str + 1, wc - str);
 
   __printf_modifier_table[(unsigned char) *str] = newp;
 
-- 
cgit v1.2.1