| commit | 1c253ceb586c4519f42ce115954c4efab787f81a | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Sun Nov 23 19:49:17 2003 +0000 |
| committer | rsc <devnull@localhost> | Sun Nov 23 19:49:17 2003 +0000 |
| tree | 22281aafc4c33f4ab310a845aec510f013511833 | |
| parent | 50e628cb8f4594b7cbccc17ff3f701ff260a69c0 [diff] [blame] |
Annoying changes to work on Sun boxes.
diff --git a/src/lib9/await.c b/src/lib9/await.c index 67e99b8..ba94c28 100644 --- a/src/lib9/await.c +++ b/src/lib9/await.c
@@ -38,7 +38,9 @@ SIGVTALRM, "sys: virtual time alarm", SIGPROF, "sys: profiling timer alarm", SIGWINCH, "sys: window size change", +#ifdef SIGINFO SIGINFO, "sys: status request", +#endif SIGUSR1, "sys: usr1", SIGUSR2, "sys: usr2", };