diff options
Diffstat (limited to 'libc/sysdeps/linux/x86_64/bsd-setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/x86_64/bsd-setjmp.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/x86_64/bsd-setjmp.S b/libc/sysdeps/linux/x86_64/bsd-setjmp.S index 889efa6ce..8f68f5c62 100644 --- a/libc/sysdeps/linux/x86_64/bsd-setjmp.S +++ b/libc/sysdeps/linux/x86_64/bsd-setjmp.S @@ -17,11 +17,6 @@ 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> - .global setjmp .type setjmp,%function setjmp: |