- Timestamp:
- Mar 1, 2016, 11:34:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/opihi/dvo/catname.c
r37807 r39419 55 55 56 56 // prepare to handle interrupt signals 57 signal (SIGINT, handle_interrupt); 58 interrupt = FALSE; 57 struct sigaction *old_sigaction = SetInterrupt(); 59 58 60 59 for (i = 0; (i < skylist[0].Nregions) && !interrupt; i++) { … … 99 98 set_str_variable ("CATNAME", filename); 100 99 } 100 ClearInterrupt (old_sigaction); 101 101 102 102 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
