mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-24 20:22:11 +03:00
* src/subshell.c (sigchld_handler) [__EMX__]: Remove unneeded code.
This commit is contained in:
parent
850542cebd
commit
64045fc8f0
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user