summaryrefslogtreecommitdiff
path: root/libc/string/strrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strrchr.c')
-rw-r--r--libc/string/strrchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strrchr.c b/libc/string/strrchr.c
index 7c44a346a..8a9184f9f 100644
--- a/libc/string/strrchr.c
+++ b/libc/string/strrchr.c
@@ -27,7 +27,7 @@ Wchar *Wstrrchr(register const Wchar *s, Wint c)
return (Wchar *) p; /* silence the warning */
}
-libc_hidden_def(strrchr)
#ifndef WANT_WIDE
+libc_hidden_def(strrchr)
strong_alias(strrchr,rindex)
#endif