aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/GCCLibraries/libpthread/pthread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/GCCLibraries/libpthread/pthread.c b/runtime/GCCLibraries/libpthread/pthread.c
index cb5818ccc2..8b13789179 100644
--- a/runtime/GCCLibraries/libpthread/pthread.c
+++ b/runtime/GCCLibraries/libpthread/pthread.c
@@ -1,8 +1 @@
-#include <pthread.h>
-
-int
-pthread_once (pthread_once_t * control, void (*func) (void))
-{
- return 0;
-}