fix cpp macro

svn: r6760
This commit is contained in:
Matthew Flatt 2007-06-29 03:26:47 +00:00
parent b883f4ef76
commit 6f0471f6ec

View File

@ -33,7 +33,7 @@ void fault_handler(int sn, siginfo_t *si, void *ctx)
abort();
}
# define NEED_SIGACTION
# defined(__FreeBSD__)
# if defined(__FreeBSD__)
# define USE_SIGACTON_SIGNAL_KIND SIGBUS
# else
# define USE_SIGACTON_SIGNAL_KIND SIGSEGV