* posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
commit44f08a6ecc9d04fbb97475ebb99eaec26be36f90
authorUlrich Drepper <drepper@redhat.com>
Sun, 29 Jul 2007 22:24:44 +0000 (29 22:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 29 Jul 2007 22:24:44 +0000 (29 22:24 +0000)
treedc7a2b43f2ac6b598e8c5095ae8622d1886246d7
parenta14ad5ae4b0e9272877ad6e7cb97792632da94a8
* posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.

(tests): Add tst-cpuset.
* posix/sched_cpualloc.c: New file.
* posix/sched_cpufree.c: New file.
* posix/tst-cpuset.c: New file.
* posix/Versions: Export __sched_cpualloc and __sched_cpufree for
GLIBC_2.7.
* sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
* posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
macros.  Define CPU_*_S macros.
ChangeLog
posix/Makefile
posix/Versions
posix/sched_cpualloc.c [new file with mode: 0644]
posix/sched_cpufree.c [new file with mode: 0644]
posix/tst-cpuset.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/bits/sched.h