summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/bits/setjmp.h
diff options
context:
space:
mode:
authorDavid McCullough <davidm@snapgear.com>2001-02-26 03:55:17 +0000
committerDavid McCullough <davidm@snapgear.com>2001-02-26 03:55:17 +0000
commitec656c14290dfe1449d3a03925ab4085bfc71ccd (patch)
tree41d0cb56e64183bc6f2fe5100b0ede3157af384a /libc/sysdeps/linux/m68k/bits/setjmp.h
parenta7c7b0948eaf319c971e8c9f380df93ecf202eb1 (diff)
Reduced the size of sigsets to the minimal needed. Apart from the size,
it has the added advantage of giving the C++ build of m68k-elf-gcc a clean bill of health.
Diffstat (limited to 'libc/sysdeps/linux/m68k/bits/setjmp.h')
-rw-r--r--libc/sysdeps/linux/m68k/bits/setjmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/bits/setjmp.h b/libc/sysdeps/linux/m68k/bits/setjmp.h
index 31a241380..83ce200a1 100644
--- a/libc/sysdeps/linux/m68k/bits/setjmp.h
+++ b/libc/sysdeps/linux/m68k/bits/setjmp.h
@@ -22,6 +22,8 @@
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
#endif
+#include <signal.h>
+
typedef struct
{
/* There are eight 4-byte data registers, but D0 is not saved. */