]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add undef to fix test failure.
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 13 Sep 2019 15:35:12 +0000 (16:35 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 13 Sep 2019 15:35:12 +0000 (16:35 +0100)
benchtests/bench-strstr.c

index a31294e3c96d80a4fd61bb5b423a825fe54d3227..b7431de320463e7f7f7058571aeb0ceb113c9f8f 100644 (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"