mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-29 07:49:20 +08:00
Revert "Remove some previously buggy but dead code that I mistakenly resurrected"
This reverts commit 090f027de179f5bb92f07e5c947f3f273229d840.
This commit is contained in:
parent
090f027de1
commit
21a751d153
5
proc.cpp
5
proc.cpp
@ -646,6 +646,11 @@ void job_handle_signal(int signal, siginfo_t *info, void *con)
|
||||
/* This is the only place that this generation count is modified. It's OK if it overflows. */
|
||||
s_sigchld_generation_count += 1;
|
||||
got_signal = 1;
|
||||
|
||||
/* pca: I can't justify this kill() call */
|
||||
int errno_old = errno;
|
||||
kill(0, SIGIO);
|
||||
errno=errno_old;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user