add pthread_cond_broadcast
[c11tester.git] / config.h
index 43c044278eac3350d507309f86a9b05582308ca8..ed0b6bac2e62e02043570503f552a73e4f028ffd 100644 (file)
--- a/config.h
+++ b/config.h
@@ -54,4 +54,7 @@
 /** Enable debugging assertions (via ASSERT()) */
 #define CONFIG_ASSERT
 
+/** Enable mitigations against fork handlers that call into locks...  */
+#define FORK_HANDLER_HACK
+
 #endif