summaryrefslogtreecommitdiffhomepage
path: root/arch/nt32/weak/nt32/__pthread_create_sym.s
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nt32/weak/nt32/__pthread_create_sym.s')
-rw-r--r--arch/nt32/weak/nt32/__pthread_create_sym.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/nt32/weak/nt32/__pthread_create_sym.s b/arch/nt32/weak/nt32/__pthread_create_sym.s
new file mode 100644
index 0000000..37a07b0
--- /dev/null
+++ b/arch/nt32/weak/nt32/__pthread_create_sym.s
@@ -0,0 +1,4 @@
+ .globl _pthread_create
+_pthread_create:
+ jmp ___pthread_create
+