comparison src/ChangeLog @ 39408:c0489c3f4bd9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Sep 2001 09:28:24 +0000
parents 7eccdd28d65e
children 98c036e7b89a
comparison
equal deleted inserted replaced
39407:e6b056005c49 39408:c0489c3f4bd9
1 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2
3 * process.c (sigchld_handler) [LINUX]: Don't return from
4 the signal handler at the end of the loop.
5
1 2001-09-21 Gerd Moellmann <gerd@gnu.org> 6 2001-09-21 Gerd Moellmann <gerd@gnu.org>
2 7
3 * sysdep.c (wait_for_termination) [POSIX_SIGNALS]: Terminate 8 * sysdep.c (wait_for_termination) [POSIX_SIGNALS]: Terminate
4 only if kill returns -1, and errno is ESRCH. 9 only if kill returns -1, and errno is ESRCH.
5 10