diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-11-13 19:57:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-11-13 19:57:18 +0000 |
commit | ec2979623724f550af61eac64c11bc847bb35f7f (patch) | |
tree | a9152747fdbf16dc464f1e5d05f22fc1b6f7272e /ChangeLog | |
parent | 0e54a7250fe6b03f07217beb8280d1be1951f4d8 (diff) | |
download | glibc-ec2979623724f550af61eac64c11bc847bb35f7f.tar.gz glibc-ec2979623724f550af61eac64c11bc847bb35f7f.tar.xz glibc-ec2979623724f550af61eac64c11bc847bb35f7f.zip |
[BZ #7029]
2008-11-13 Ulrich Drepper <drepper@redhat.com> [BZ #7029] * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE): Multiply with sizeof of __cpu_mask, not 8 unconditionally after all the rounding.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 172922639f..5940c4d717 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-13 Ulrich Drepper <drepper@redhat.com> + + [BZ #7029] + * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE): + Multiply with sizeof of __cpu_mask, not 8 unconditionally after + all the rounding. + 2008-11-11 Ulrich Drepper <drepper@redhat.com> [BZ #7009] |