Rich Felker a56e339419 fix uninitialized output from sched_getaffinity
the sched_getaffinity syscall only fills a cpu set up to the set size
used/supported by the kernel. the rest is left untouched and userspace
is responsible for zero-filling it based on the return value of the
syscall.
2014-12-02 21:54:36 -05:00
..
2014-09-05 03:28:00 -04:00
2014-11-23 14:33:01 -05:00