Fix build with glibc
[riscv-tests.git] / benchmarks / common / syscalls.c
index 7357fab3912848fae3ad701398f720c4283ef723..3f15aac8d446b93cdc092c6ec85293dd2cbc6986 100644 (file)
@@ -11,6 +11,8 @@
 #define SYS_exit 93
 #define SYS_stats 1234
 
+#undef strcmp
+
 extern volatile uint64_t tohost;
 extern volatile uint64_t fromhost;