summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/setjmp.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:35:16 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:35:16 +0000
commit3097a807b2c78c11ea5f8fb8f5716a11d191d59a (patch)
tree62abb129681c5233b3433b8d67ae99e664147bc7 /libc/sysdeps/linux/x86_64/setjmp.S
parent0316eef95535da5a7c7fea60d3238257315e5867 (diff)
make sure we include features.h to get the hidden define
Diffstat (limited to 'libc/sysdeps/linux/x86_64/setjmp.S')
-rw-r--r--libc/sysdeps/linux/x86_64/setjmp.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/x86_64/setjmp.S b/libc/sysdeps/linux/x86_64/setjmp.S
index cb560248b..13ad50d16 100644
--- a/libc/sysdeps/linux/x86_64/setjmp.S
+++ b/libc/sysdeps/linux/x86_64/setjmp.S
@@ -21,9 +21,9 @@
#define _SETJMP_H
#include <bits/setjmp.h>
-.globl __sigsetjmp;
-.type __sigsetjmp,@function
-.align 4;
+.global __sigsetjmp
+.type __sigsetjmp,@function
+.align 4
__sigsetjmp:
/* Save registers. */
movq %rbx, (JB_RBX*8)(%rdi)
@@ -43,4 +43,4 @@ __sigsetjmp:
#else
jmp __sigjmp_save
#endif
-.size __sigsetjmp,.-__sigsetjmp;
+.size __sigsetjmp,.-__sigsetjmp