Changeset 8546 for trunk/Ohana/src/opihi/pcontrol/pcontrol.c
- Timestamp:
- Aug 23, 2006, 5:31:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/pcontrol.c
r8424 r8546 25 25 InitHostStacks (); 26 26 27 /* set global signal masks (these apply to all threads launched below) */ 28 signal (SIGPIPE, gotsignal); 29 signal (SIGTSTP, gotsignal); 30 signal (SIGTTIN, gotsignal); 31 27 32 rl_readline_name = opihi_name; 28 33 rl_attempted_completion_function = command_completer; 29 34 # ifdef THREADED 35 SetRunSystem (TRUE); 30 36 pthread_create (&clientsThread, NULL, &CheckSystem_Threaded, NULL); 31 37 rl_event_hook = NULL; … … 45 51 46 52 /* ignore the history file. to change this, see, eg, mana.c */ 47 signal (SIGPIPE, gotsignal);48 signal (SIGTSTP, gotsignal);49 signal (SIGTTIN, gotsignal);50 53 return; 51 54 }
Note:
See TracChangeset
for help on using the changeset viewer.
