- Fix build with libc++ 3.8.0
PR: 208491 Submitted by: dim
This commit is contained in:
parent
f2e8c63f35
commit
a57c6c85e7
12
benchmarks/iperf/files/patch-config.h.in
Normal file
12
benchmarks/iperf/files/patch-config.h.in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- config.h.in.orig 2010-04-10 19:23:05 UTC
|
||||||
|
+++ config.h.in
|
||||||
|
@@ -268,7 +268,9 @@
|
||||||
|
#undef _REENTRANT
|
||||||
|
|
||||||
|
/* */
|
||||||
|
+#ifndef __cplusplus
|
||||||
|
#undef bool
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||||||
|
#undef const
|
||||||
Loading…
x
Reference in New Issue
Block a user