add wcsstr regression test
[libc-test] / src / regression / memmem-oob.c
index f3c57ad..5249284 100644 (file)
@@ -1,4 +1,8 @@
+// commit 6fbdeff0e51f6afc38fbb1476a4db81322779da4 2014-04-09
 // memmem should not access oob data
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
 #include <string.h>
 #include "test.h"