Sigvec

John Pane pane at cat.cmu.edu
Fri Jun 30 21:50:50 AEST 1989


In article <10309 at polya.Stanford.EDU> shaff at Sesame.Stanford.EDU (Mike Shaff) writes:
>Has anyone had experience with A/UX's sigvec?  I am trying to port MIT CScheme
>to A/UX and have come to a stalll point around sigvec.  The call rejects with
>an invalid argument (from perror) all of my attempts to install new handlers.
>I have checked the code that supplies the values fed and they are correct.  Any
>ideas as to what the problem could be?
>

Your have to turn on 4.2 signal compatibility, either by:

set42sig()

or,

#include <compat.h>
setcompat()

Their manual entries provide details.

--
John Pane						pane at cs.cmu.edu
School of Computer Science 
Carnegie Mellon University				(412) 268-5884
-- 
John Pane						pane at cs.cmu.edu
School of Computer Science 
Carnegie Mellon University				(412) 268-5884



More information about the Comp.unix.aux mailing list