From 2f2b1c17cb9e6db0cacca52765f8bf701798ef18 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 7 Jan 2019 07:51:27 -0500 Subject: mmglue: moved arch/nt{32|64}/src --> src/arch/nt{32|64}. --- src/arch/nt32/crt_pe.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/arch/nt32/crt_pe.c (limited to 'src/arch/nt32/crt_pe.c') diff --git a/src/arch/nt32/crt_pe.c b/src/arch/nt32/crt_pe.c new file mode 100644 index 0000000..0dc75a4 --- /dev/null +++ b/src/arch/nt32/crt_pe.c @@ -0,0 +1,7 @@ +#include "pthread_impl.h" +#include + +void * __pthread_getspecific_impl(pthread_key_t k) +{ + return (__pthread_self())->tsd[k]; +} -- cgit v1.2.3