diff options
Diffstat (limited to 'arch/nt32/weak/nt32/__pthread_testcancel_sym.s')
-rw-r--r-- | arch/nt32/weak/nt32/__pthread_testcancel_sym.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt32/weak/nt32/__pthread_testcancel_sym.s b/arch/nt32/weak/nt32/__pthread_testcancel_sym.s index 4dffb59..ac8a6a0 100644 --- a/arch/nt32/weak/nt32/__pthread_testcancel_sym.s +++ b/arch/nt32/weak/nt32/__pthread_testcancel_sym.s @@ -1,3 +1,3 @@ - .globl _pthread_testcancel + .global _pthread_testcancel _pthread_testcancel: jmp ___pthread_testcancel |