summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/src/crt_pe.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/src/crt_pe.c')
-rw-r--r--arch/nt32/src/crt_pe.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/nt32/src/crt_pe.c b/arch/nt32/src/crt_pe.c
deleted file mode 100644
index 0dc75a4..0000000
--- a/arch/nt32/src/crt_pe.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "pthread_impl.h"
-#include <threads.h>
-
-void * __pthread_getspecific_impl(pthread_key_t k)
-{
- return (__pthread_self())->tsd[k];
-}