aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-cpucount.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-15When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper1-1/+2
2007-04-03* posix/Makefile (routines): Add sched_cpucount.Ulrich Drepper1-0/+27
(tests): Add tst-cpucount. * posix/sched_cpucount.c: New file. * posix/tst-cpucount.c: New file. * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.