9term: re-enable sys: child note for child processes
Fixes #6. Change-Id: Id9950f59c7970575866a7c22a69bfbf3a271f2bb
This commit is contained in:
parent
3d6e5cb56a
commit
2023d484f2
@ -26,6 +26,7 @@ sys(char *buf, int devnull)
|
||||
_exit(2);
|
||||
default:
|
||||
waitpid();
|
||||
noteenable("sys: child");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user