0.8.0.1:
commit3e067c214b51d4800ef1f1e56860d3711900f64d
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 25 May 2003 22:26:13 +0000 (25 22:26 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 25 May 2003 22:26:13 +0000 (25 22:26 +0000)
tree7105c14f77174d067147df2cbf13cb958ae2e744
parentc7cbd9e3c3c57cf9aa1a300881f09e4938538344
0.8.0.1:
Fix build on FreeBSD
... don't #include <proc.h>, which defines a struct thread; (thanks
to Henrik Motakef)
... do sigaltstack() if #+c-stack-is-control-stack (which is, in
practice, all the time).

(this /may/ break building on OpenBSD, which uses the same OS-dependent
routines; it is possible that OpenBSD needs something from <proc.h>;
if so, we need to find some compromise)
src/runtime/bsd-os.c
version.lisp-expr