about summary refs log tree commit diff
path: root/posix/tst-cpucount.c
Commit message (Collapse)AuthorAgeFilesLines
* When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper2009-06-151-1/+2
|
* * posix/Makefile (routines): Add sched_cpucount.Ulrich Drepper2007-04-031-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.