summaryrefslogtreecommitdiff
path: root/libc/string/i386/strnlen.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-14 22:53:42 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-14 22:53:42 +0000
commit032a3e76d290c776e26ae6c0a68e8b19885a68aa (patch)
tree79917e0166b4dfe0f9ba7e1c9dc0f67643ace63a /libc/string/i386/strnlen.c
parent1a9ad98b8a05ec074dc0f48427d7853d1938540d (diff)
Corrections to splitted files
Diffstat (limited to 'libc/string/i386/strnlen.c')
-rw-r--r--libc/string/i386/strnlen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/i386/strnlen.c b/libc/string/i386/strnlen.c
index be7ace51d..4fceedf51 100644
--- a/libc/string/i386/strnlen.c
+++ b/libc/string/i386/strnlen.c
@@ -33,6 +33,7 @@
#define _GNU_SOURCE
#include <string.h>
+#undef strnlen
size_t attribute_hidden __strnlen(const char *s, size_t count)
{
int d0;