diff options
author | rsc <devnull@localhost> | 2005-05-07 22:41:59 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-07 22:41:59 +0000 |
commit | bc7da02954403d4b46285b8f87a62d60c5eb58f8 (patch) | |
tree | f0ff2f3c15bca2cd6c4416ba2b81e94c65faa9e5 /src/lib9 | |
parent | 857072dc11b02d7edc4892613b8d176dc273e92f (diff) | |
download | plan9port-bc7da02954403d4b46285b8f87a62d60c5eb58f8.tar.gz plan9port-bc7da02954403d4b46285b8f87a62d60c5eb58f8.tar.bz2 plan9port-bc7da02954403d4b46285b8f87a62d60c5eb58f8.zip |
OS X Tiger changes
Diffstat (limited to 'src/lib9')
-rw-r--r-- | src/lib9/notify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib9/notify.c b/src/lib9/notify.c index 9c8012cf..2a562b62 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c @@ -66,7 +66,9 @@ static Sig sigs[] = { SIGVTALRM, 0, SIGUSR1, 0, SIGUSR2, 0, +#ifdef SIGWINCH SIGWINCH, Restart|Ignore, +#endif #ifdef SIGINFO SIGINFO, Restart|Ignore, #endif |