diff options
author | Andreas Jaeger <aj@suse.de> | 2001-08-07 17:26:45 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-08-07 17:26:45 +0000 |
commit | 9ec9864b21c5080a2690b5c76a3fef57f51c3862 (patch) | |
tree | 0a38462cbad06e238661134ad3edb8c81055127a /ChangeLog | |
parent | 61501b5a02683f3c72816037e2315189cffe9a2a (diff) | |
download | glibc-9ec9864b21c5080a2690b5c76a3fef57f51c3862.tar.gz glibc-9ec9864b21c5080a2690b5c76a3fef57f51c3862.tar.xz glibc-9ec9864b21c5080a2690b5c76a3fef57f51c3862.zip |
Update.
2001-08-07 Andreas Jaeger <aj@suse.de> * iconv/gconv_charset.h (upstr): Add unused attribute to avoid warning. * libio/iopopen.c (_IO_new_proc_open): Fix typos, it's _IO_MTSAFE_IO. (_IO_new_proc_close): Likewise. * libio/oldiopopen.c (_IO_old_proc_open): Likewise. (_IO_old_proc_close): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 170b83982a..d63b8ec332 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2001-08-07 Andreas Jaeger <aj@suse.de> + + * iconv/gconv_charset.h (upstr): Add unused attribute to avoid + warning. + + * libio/iopopen.c (_IO_new_proc_open): Fix typos, it's + _IO_MTSAFE_IO. + (_IO_new_proc_close): Likewise. + * libio/oldiopopen.c (_IO_old_proc_open): Likewise. + (_IO_old_proc_close): Likewise. + 2001-08-06 Ulrich Drepper <drepper@redhat.com> * manual/locale.texi: Add documentation of rpmatch. |