diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-24 08:27:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-24 08:27:33 +0000 |
commit | ce40141c6b68a40687f460450e1d07a0a78e1559 (patch) | |
tree | 628edaa451b15d76951e10cf9d8e082a26a3806a /ChangeLog | |
parent | 293321753c08b5db20b866f2ae2dbd716f717434 (diff) | |
download | glibc-ce40141c6b68a40687f460450e1d07a0a78e1559.tar.gz glibc-ce40141c6b68a40687f460450e1d07a0a78e1559.tar.xz glibc-ce40141c6b68a40687f460450e1d07a0a78e1559.zip |
Update.
1999-12-24 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/system.c (__libc_system): Check whether command processor is available if LINE is NULL. Don't return immediately if wait call returned with EINTR. Patches by Geoff Clare <gwc@unisoft.com> (PR libc/1497 and libc/1498).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3cac10bf26..257dee79f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-12-24 Ulrich Drepper <drepper@cygnus.com> + + * sysdeps/posix/system.c (__libc_system): Check whether command + processor is available if LINE is NULL. Don't return immediately + if wait call returned with EINTR. + Patches by Geoff Clare <gwc@unisoft.com> (PR libc/1497 and libc/1498). + 1999-12-23 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-monetary.c (monetary_finish): Add cast to |