Passing SIGWINCH on from a signal handler

Charles Noren noren at dinl.uucp
Fri Feb 16 06:50:27 AEST 1990


We wrote a signal handler to catch the SIGWINCH signal on
a Sun 3 with SunOS 4.0.3.
When we installed it, we found that signal() returns
a NULL the first time it is invoked.  
We were hoping to get the default signal handler for
SIGWINCH so we could use it to have the SunOS do its
normal window processing.
We were wondering if there is a way to pass the
signal on to the SunOS default signal handler after we
process the signal ourselves.
-- 
Chuck Noren
NET:     ncar!dinl!noren
US-MAIL: Martin Marietta I&CS, MS XL8058, P.O. Box 1260,
         Denver, CO 80201-1260
Phone:   (303) 971-7930



More information about the Comp.unix.wizards mailing list