diff options
Diffstat (limited to 'libc/sysdeps/linux/x86_64/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/x86_64/setjmp.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/x86_64/setjmp.S b/libc/sysdeps/linux/x86_64/setjmp.S index 3a0f30b52..68c3e4df1 100644 --- a/libc/sysdeps/linux/x86_64/setjmp.S +++ b/libc/sysdeps/linux/x86_64/setjmp.S @@ -17,10 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define _ASM -#define _SETJMP_H -#include <bits/setjmp.h> -#include <sysdep.h> +#include <jmpbuf-offsets.h> .global __sigsetjmp .type __sigsetjmp,%function |