diff options
Diffstat (limited to 'libc/string/strchrnul.c')
-rw-r--r-- | libc/string/strchrnul.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/strchrnul.c b/libc/string/strchrnul.c index 6fe7f6c3d..d2d7df307 100644 --- a/libc/string/strchrnul.c +++ b/libc/string/strchrnul.c @@ -15,8 +15,6 @@ # define Wstrchrnul strchrnul #endif -libc_hidden_proto(Wstrchrnul) - Wchar *Wstrchrnul(register const Wchar *s, Wint c) { --s; |