From a93c8678684329c262eff95d15561c0262fcf4c1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Aug 2006 19:21:41 +0000 Subject: fix from psm: remove unused defines/includes --- libc/sysdeps/linux/x86_64/bsd-_setjmp.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/sysdeps/linux/x86_64') diff --git a/libc/sysdeps/linux/x86_64/bsd-_setjmp.S b/libc/sysdeps/linux/x86_64/bsd-_setjmp.S index 91c587988..d5f9ae1b8 100644 --- a/libc/sysdeps/linux/x86_64/bsd-_setjmp.S +++ b/libc/sysdeps/linux/x86_64/bsd-_setjmp.S @@ -21,10 +21,6 @@ We cannot do it in C because it must be a tail-call, so frame-unwinding in setjmp doesn't clobber the state restored by longjmp. */ -#define _ASM -#define _SETJMP_H -#include - .global _setjmp .type _setjmp,%function .align 16 -- cgit v1.2.3