diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-06 05:40:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-06 05:40:29 +0000 |
commit | 25a34eb737fa25391f8c6d2915fff80b218a1524 (patch) | |
tree | 6a07b2e790cce1de01b21e225418f3e22c26ad96 /ChangeLog | |
parent | f6d87f13fb90ef9d11d12a77b65a8a58428bd161 (diff) | |
download | glibc-25a34eb737fa25391f8c6d2915fff80b218a1524.tar glibc-25a34eb737fa25391f8c6d2915fff80b218a1524.tar.gz glibc-25a34eb737fa25391f8c6d2915fff80b218a1524.tar.bz2 glibc-25a34eb737fa25391f8c6d2915fff80b218a1524.zip |
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
sets correctly.
(__CPU_CLR_S): Likewise.
(__CPU_ISSET_S): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-12-05 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large + sets correctly. + (__CPU_CLR_S): Likewise. + (__CPU_ISSET_S): Likewise. + 2008-12-05 Joseph Myers <joseph@codesourcery.com> Ulrich Drepper <drepper@redhat.com> |