Xref: utzoo comp.unix.wizards:20610 comp.unix.questions:19934 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!dinl!noren From: noren@dinl.uucp (Charles Noren) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Passing SIGWINCH on from a signal handler Summary: How do you pass SIGWINCH to the default signal handler? Keywords: Sun, SunOS, signal, SIGWINCH Message-ID: <1525@dinl.mmc.UUCP> Date: 15 Feb 90 19:50:27 GMT Reply-To: noren@dinl.UUCP (Chuck Noren) Organization: Martin Marietta I&CS, Denver CO. Lines: 16 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