diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-29 22:43:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-29 22:43:00 +0000 |
commit | c5705565e5eca6b3c3e65715f5480617337ffc1d (patch) | |
tree | b7c7dcf47fd7ce41a45d690f692cdc5f4cbd4c33 /ChangeLog | |
parent | 44f08a6ecc9d04fbb97475ebb99eaec26be36f90 (diff) | |
download | glibc-c5705565e5eca6b3c3e65715f5480617337ffc1d.tar glibc-c5705565e5eca6b3c3e65715f5480617337ffc1d.tar.gz glibc-c5705565e5eca6b3c3e65715f5480617337ffc1d.tar.bz2 glibc-c5705565e5eca6b3c3e65715f5480617337ffc1d.zip |
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
using gcc builtin.
(__CPU_EQUAL_S): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-07-29 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize + using gcc builtin. + (__CPU_EQUAL_S): Likewise. + * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree. (tests): Add tst-cpuset. * posix/sched_cpualloc.c: New file. |