diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-18 23:21:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-18 23:21:04 +0000 |
commit | 96ff49374e18f70784697f776160088474780c61 (patch) | |
tree | 982406a3fcb2cb72d61d8eb6c3396cd7d4f293df /ChangeLog | |
parent | 310f95183a026af2d7854f830b185116aa770852 (diff) | |
download | glibc-96ff49374e18f70784697f776160088474780c61.tar.gz glibc-96ff49374e18f70784697f776160088474780c61.tar.xz glibc-96ff49374e18f70784697f776160088474780c61.zip |
Update.
* sysdeps/generic/setenv.c: Avoid warning about uninitialized variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index caa5a5a47a..69294b6344 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-08-18 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/generic/setenv.c: Avoid warning about uninitialized variable. + * libio/fileops.c (_IO_file_xsgetn): Allocate buffer if none is allocated so far. [PR libc/1261]. |