Changeset 13322 for trunk/Ohana/src/relastro
- Timestamp:
- May 9, 2007, 6:30:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/SetSignals.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/SetSignals.c
r12332 r13322 35 35 /* ignore these signals */ 36 36 case SIGCHLD: /* child halted: ignore */ 37 case SIGPWR: /* power failure - why ignore this? */38 case SIGWINCH: /* window resized */39 37 case SIGCONT: /* continue - maintain this action */ 40 38 case SIGTSTP: /* stop signal sent from tty - why ignore? */ 41 39 case SIGURG: /* socket signal, ignore this */ 40 # ifdef SIGPWR 41 case SIGPWR: /* power failure - why ignore this? (Sys V) */ 42 # endif 43 # ifdef SIGWINCH 44 case SIGWINCH: /* window resized (4.3BSD) */ 45 # endif 42 46 break; 43 47
Note:
See TracChangeset
for help on using the changeset viewer.
