summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthreads/init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/pthreads/init.cc')
-rw-r--r--lib/libpthread/pthreads/init.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/libpthread/pthreads/init.cc b/lib/libpthread/pthreads/init.cc
deleted file mode 100644
index 24a131a60a5..00000000000
--- a/lib/libpthread/pthreads/init.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-
-/*
- * DO not delete this file. The hack here ensures that pthread_init() gets
- * called before main does. This doesn't fix everything. It is still
- * possible for a c++ module to reley on constructors that need pthreads.
- */
-#include <pthread.h>
-
-char __pthread_init_hack = 42;