diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 20:32:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 20:32:27 +0000 |
commit | fe848e93865384db7457d3b01aad298a6f785be7 (patch) | |
tree | 171df1f4d46f82338f621d0f7450639c767f7046 /ChangeLog | |
parent | 8193034b1d0e3760dadb06b891a22cd4631c675a (diff) | |
download | glibc-fe848e93865384db7457d3b01aad298a6f785be7.zip glibc-fe848e93865384db7457d3b01aad298a6f785be7.tar.gz glibc-fe848e93865384db7457d3b01aad298a6f785be7.tar.bz2 |
Update.
1998-03-10 Ulrich Drepper <drepper@cygnus.com>
* libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
flag.
* misc/syslog.c (vsyslog): Don't try to send if not connected to
syslog daemon.
(closelog_internal): Don't do anything if not connected.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1998-03-10 Ulrich Drepper <drepper@cygnus.com> + + * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE + flag. + + * misc/syslog.c (vsyslog): Don't try to send if not connected to + syslog daemon. + (closelog_internal): Don't do anything if not connected. + 1998-03-10 17:54 Ulrich Drepper <drepper@cygnus.com> * libc.map: Add _dl_debug_message. |