diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-10 03:56:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-10 03:56:06 +0000 |
commit | 1d498daa95384e5c9ad5bcb35e7a996e5869ac39 (patch) | |
tree | 3c1a82ce8376cb1f8a9769d31772d3620cb348fd /ChangeLog | |
parent | e9b4d069c1897d1480655dc6f25e905b1ce749a6 (diff) | |
download | glibc-1d498daa95384e5c9ad5bcb35e7a996e5869ac39.tar.gz glibc-1d498daa95384e5c9ad5bcb35e7a996e5869ac39.tar.xz glibc-1d498daa95384e5c9ad5bcb35e7a996e5869ac39.zip |
Simplified code and possible copy problem fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe0a899819..c0d26fccce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2009-04-09 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (vfprintf): Slightly more compact code. + Simplified code and possible copy problem fixed. * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static function if it is not defined. Add some necessary casts. |