summaryrefslogtreecommitdiff
path: root/libguile/continuations.h
diff options
context:
space:
mode:
authorStefan Jahn <stefan@lkcc.org>2003-06-25 18:12:35 +0000
committerStefan Jahn <stefan@lkcc.org>2003-06-25 18:12:35 +0000
commit78b6566ece8f852d1ea578644dd3882b0adf9ae8 (patch)
treeb1a0ba9060c4e74a1171c7db9857cac892b20cf9 /libguile/continuations.h
parent8644044829b76441debc435818b5036a01803561 (diff)
downloadguile-78b6566ece8f852d1ea578644dd3882b0adf9ae8.tar.gz
2003-06-25 Stefan Jahn <stefan@lkcc.org>
* continuations.c: Redeclaration of getcontext() via the __asm__ ("getcontext") directive. * continuations.h: Include <ucontext.h> instead of <sys/ucontext.h>.
Diffstat (limited to 'libguile/continuations.h')
-rw-r--r--libguile/continuations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/continuations.h b/libguile/continuations.h
index 002a28541..6f0982033 100644
--- a/libguile/continuations.h
+++ b/libguile/continuations.h
@@ -26,7 +26,7 @@
#ifdef __ia64__
#include <signal.h>
-#include <sys/ucontext.h>
+#include <ucontext.h>
extern unsigned long * __libc_ia64_register_backing_store_base;
#endif /* __ia64__ */