about summary refs log tree commit diff
path: root/src/thread/forkall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/forkall.c')
-rw-r--r--src/thread/forkall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread/forkall.c b/src/thread/forkall.c
index 403818ec..6810ea50 100644
--- a/src/thread/forkall.c
+++ b/src/thread/forkall.c
@@ -1,3 +1,4 @@
+#if 0
 #include "pthread_impl.h"
 #include <setjmp.h>
 
@@ -64,3 +65,4 @@ pid_t forkall()
 	__synccall(do_forkall, &c);
 	return c.pid;
 }
+#endif