diff options
Diffstat (limited to 'libc/sysdeps/linux/arm/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/arm/setjmp.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/arm/setjmp.S b/libc/sysdeps/linux/arm/setjmp.S index 8e290c0f8..a993f8c59 100644 --- a/libc/sysdeps/linux/arm/setjmp.S +++ b/libc/sysdeps/linux/arm/setjmp.S @@ -22,10 +22,10 @@ #include <bits/setjmp.h> /* Binary compatibility entry point. */ -.globl setjmp; -.type setjmp,#function +.globl _setjmp; +.type _setjmp,#function .align 4; -setjmp: +_setjmp: mov r1, #0 |