mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
exec.h: remove unused declaration
This commit is contained in:
parent
c077230b11
commit
5fc9a3c31e
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ int exec_subshell(const wcstring &cmd, parser_t &parser, wcstring_list_t &output
|
|||
int exec_subshell_for_expand(const wcstring &cmd, parser_t &parser,
|
||||
const job_group_ref_t &job_group, wcstring_list_t &outputs);
|
||||
|
||||
/// Loops over close until the syscall was run without being interrupted.
|
||||
void exec_close(int fd);
|
||||
|
||||
/// Add signals that should be masked for external processes in this job.
|
||||
bool blocked_signals_for_job(const job_t &job, sigset_t *sigmask);
|
||||
|
||||
|
|
Loading…
Reference in a new issue