1
1

* src/subshell.c (sigchld_handler) [__EMX__]: Remove unneeded code.

Этот коммит содержится в:
Pavel Tsekov 2007-03-08 17:53:56 +00:00
родитель 850542cebd
Коммит 64045fc8f0
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2007-03-08 Pavel Tsekov <ptsekov@gmx.net>
* subshell.c (sigchld_handler) [__EMX__]: Remove unneeded code.
2007-03-01 Pavel Tsekov <ptsekov@gmx.net>
* subshell.c (subshell_pty_slave): New global variable.

Просмотреть файл

@ -899,9 +899,6 @@ sigchld_handler (int sig)
#endif /* __linux__ */
/* If we got here, some other child exited; ignore it */
#ifdef __EMX__ /* Need to report */
pid = wait (&status);
#endif
}