summaryrefslogtreecommitdiffhomepage
path: root/arch/nt64/weak/nt64/__pthread_getspecific_sym.s
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt64/weak/nt64/__pthread_getspecific_sym.s')
-rw-r--r--arch/nt64/weak/nt64/__pthread_getspecific_sym.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/nt64/weak/nt64/__pthread_getspecific_sym.s b/arch/nt64/weak/nt64/__pthread_getspecific_sym.s
new file mode 100644
index 0000000..8fd8f53
--- /dev/null
+++ b/arch/nt64/weak/nt64/__pthread_getspecific_sym.s
@@ -0,0 +1,4 @@
+ .globl pthread_getspecific
+pthread_getspecific:
+ jmp __pthread_getspecific_impl
+