summaryrefslogtreecommitdiff
path: root/libc/string/i386/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/i386/strnlen.c')
-rw-r--r--libc/string/i386/strnlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/strnlen.c b/libc/string/i386/strnlen.c
index 3abde48e2..f58f698d1 100644
--- a/libc/string/i386/strnlen.c
+++ b/libc/string/i386/strnlen.c
@@ -35,7 +35,7 @@
#ifdef __USE_GNU
#undef strnlen
-//#define strnlen TESTING
+/*#define strnlen TESTING*/
size_t strnlen(const char *s, size_t count)
{
int edx;