blob: 5710561b165b372ac1305f2f2dde027441c50e63 [file] [log] [blame]
--- a/purgatory/string.c
+++ b/purgatory/string.c
@@ -1,5 +1,5 @@
#include <stddef.h>
-#include <string.h>
+/* #include <string.h> */
size_t strnlen(const char *s, size_t max)
{