Add undef to fix test failure.

This commit is contained in:
Wilco Dijkstra 2019-09-13 16:35:12 +01:00
parent 9456483fb2
commit 5b4f7382af

View File

@ -22,6 +22,7 @@
#define STRSTR simple_strstr
#undef libc_hidden_builtin_def
#define libc_hidden_builtin_def(X)
#define __strnlen strnlen
#include "../string/strstr.c"