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