add pthread_cond_broadcast
[c11tester.git] / config.h
index ac725c3582c6f05c9d39c7d176b82ddd430c97fa..ed0b6bac2e62e02043570503f552a73e4f028ffd 100644 (file)
--- a/config.h
+++ b/config.h
@@ -27,7 +27,7 @@
 #else
 #define BIT48 0
 #endif
-#endif/* BIT48 */
+#endif /* BIT48 */
 
 /** Snapshotting configurables */
 
@@ -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