diff options
Diffstat (limited to 'libc/sysdeps/linux/x86_64/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/x86_64/setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/x86_64/setjmp.S b/libc/sysdeps/linux/x86_64/setjmp.S index 13ad50d16..a44f968c5 100644 --- a/libc/sysdeps/linux/x86_64/setjmp.S +++ b/libc/sysdeps/linux/x86_64/setjmp.S @@ -22,7 +22,7 @@ #include <bits/setjmp.h> .global __sigsetjmp -.type __sigsetjmp,@function +.type __sigsetjmp,%function .align 4 __sigsetjmp: /* Save registers. */ |