From: hlu@eecs.wsu.edu (H.J. Lu) Subject: Re: SIG[SEG,BUS] Date: 30 Sep 1992 18:26:21 GMT
In article <cemQqPy00WAJRfXTVx@andrew.cmu.edu>, geek+@CMU.EDU (Brian E. Gallew) writes:
|> Are there any plans for supporting SIGSEG and SIGBUS? HLU?
|>
|> -Brian
|>
|> You drop the bomb -more-
|> It goes off... -more-
I don't see any since they are not in POSIX. Just do
#ifdef SIGSEG
signal (SIGSEG, foo);
#endif
H.J.