diff options
author | Ryan S. Arnold <rsa@us.ibm.com> | 2010-04-03 19:20:29 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-03 19:20:29 -0700 |
commit | 3ed8e241229e370cca96650ed727f09838c51d67 (patch) | |
tree | 68644689ff3c2fadee968290f23cac2400fe405d /ChangeLog | |
parent | ed0874085976531bda8a05540b0816e8bf711b71 (diff) | |
download | glibc-3ed8e241229e370cca96650ed727f09838c51d67.tar glibc-3ed8e241229e370cca96650ed727f09838c51d67.tar.gz glibc-3ed8e241229e370cca96650ed727f09838c51d67.tar.bz2 glibc-3ed8e241229e370cca96650ed727f09838c51d67.zip |
Remove incorrect paring of /proc/stat etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-03-25 Ryan S. Arnold <rsa@us.ibm.com> + + * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Remove + redundant and incorrect else block which overwrites current line + with the partial next line. + 2010-04-03 Ulrich Drepper <drepper@redhat.com> [BZ #11438] |