diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-13 21:24:42 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:23 +0200 |
commit | 14647468df0b45ecf15223ee6a14ae50304b1f11 (patch) | |
tree | c7cf3f4ad230e671110ab98c8272c6cfdd1f98e0 /libc/sysdeps/linux/m68k/setjmp.S | |
parent | 591ffe08febbeeccf5373b29952f0f4db599a7e3 (diff) |
make use of jmpbuf-offsets.h and jmpbuf-unwind.h
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/m68k/setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/m68k/setjmp.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/m68k/setjmp.S b/libc/sysdeps/linux/m68k/setjmp.S index 4adda0af5..b5bc6e009 100644 --- a/libc/sysdeps/linux/m68k/setjmp.S +++ b/libc/sysdeps/linux/m68k/setjmp.S @@ -2,9 +2,7 @@ /* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */ /* This file is released under the LGPL, any version you like */ -#define _ASM -#define _SETJMP_H -#include <bits/setjmp.h> +#include <jmpbuf-offsets.h> #include "m68k_pic.S" .globl __sigsetjmp; |