mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements
darcs-hash:20051014114033-ac50b-8d0f6274ac590f1b6dbe82c55366f44ed7debf20.gz
This commit is contained in:
15
proc.h
15
proc.h
@@ -196,11 +196,6 @@ int job_reap( int interactive );
|
||||
*/
|
||||
void job_handle_signal( int signal, siginfo_t *info, void *con );
|
||||
|
||||
/**
|
||||
Clean up before exiting
|
||||
*/
|
||||
void proc_destroy();
|
||||
|
||||
|
||||
#ifdef HAVE__PROC_SELF_STAT
|
||||
/**
|
||||
@@ -225,4 +220,14 @@ void proc_update_jiffies();
|
||||
*/
|
||||
void proc_sanity_check();
|
||||
|
||||
/*
|
||||
Initializations
|
||||
*/
|
||||
void proc_init();
|
||||
|
||||
/**
|
||||
Clean up before exiting
|
||||
*/
|
||||
void proc_destroy();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user