diff options
| author | rsc <devnull@localhost> | 2004-05-23 00:59:33 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-05-23 00:59:33 +0000 |
| commit | 6c7460701e7896446d0fb14bf9b24f258c61b6a6 (patch) | |
| tree | acef0957312b0687ccb71662ddd56bf6d8182d20 /src/lib9/notify.c | |
| parent | a09e80f9c414ffc815641d49836be3a2a6a07800 (diff) | |
| download | plan9port-6c7460701e7896446d0fb14bf9b24f258c61b6a6.tar.gz plan9port-6c7460701e7896446d0fb14bf9b24f258c61b6a6.zip | |
various bug fixes and paranoia
Diffstat (limited to 'src/lib9/notify.c')
| -rw-r--r-- | src/lib9/notify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib9/notify.c b/src/lib9/notify.c index 26487bab..9156f891 100644 --- a/src/lib9/notify.c +++ b/src/lib9/notify.c @@ -35,6 +35,7 @@ static struct { SIGVTALRM, 0, SIGUSR1, 0, SIGUSR2, 0, + SIGWINCH, 1, #ifdef SIGINFO SIGINFO, 0, #endif |
