diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-17 01:28:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-17 01:28:07 +0000 |
commit | 23d914d96abe41e282a65329ee9e32e108b74d2c (patch) | |
tree | 7c198dcb2f62ee61f5c3f17b7e8165c4c3780411 /ChangeLog | |
parent | 22318b7b137c63cb1512f286d3c2a2a42cec561f (diff) | |
download | glibc-23d914d96abe41e282a65329ee9e32e108b74d2c.tar.gz |
Update.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_DSYNC and
O_RSYNC. Patch by Christian Gafton.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-08-16 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define O_DSYNC and + O_RSYNC. Patch by Christian Gafton. + * stdio-common/vfprintf.c (process_string_arg) [printf]: Handle possibly unterminated strings for %ls when a precision is specified. |