Changeset 3243 for trunk/essentials/app-shells/bash/jobs.c
- Timestamp:
- Apr 30, 2007, 1:14:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/jobs.c
r3242 r3243 2252 2252 wait_sigint_received = 0; 2253 2253 if (job_control == 0) 2254 old_sigint_handler = set_signal_handler (SIGINT, wait_sigint_handler); 2254 { 2255 old_sigint_handler = set_signal_handler (SIGINT, wait_sigint_handler); 2256 if (old_sigint_handler == SIG_IGN) 2257 set_signal_handler (SIGINT, old_sigint_handler); 2258 } 2255 2259 2256 2260 termination_state = last_command_exit_value;
Note:
See TracChangeset
for help on using the changeset viewer.