Changeset 16473 for trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
- Timestamp:
- Feb 14, 2008, 8:49:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c.in
r16461 r16473 21 21 22 22 /* set global signal masks (these apply to all threads launched below) */ 23 signal (SIGPIPE, gotsignal);23 signal (SIGPIPE, SIG_IGN); // must ignore SIGPIPE or we get in an infinite loop when pantasks exits 24 24 signal (SIGTSTP, gotsignal); 25 25 signal (SIGTTIN, gotsignal);
Note:
See TracChangeset
for help on using the changeset viewer.
