aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/pthread_setaffinity.c
AgeCommit message (Collapse)Author
2015-03-23pthread_setaffinity (Linux variant): Rewrite to use VLA instead of allocaFlorian Weimer
extend_alloca was used to emulate VLA deallocation. The new version also handles the res == 0 corner case more explicitly, by returning 0 instead of the (potentially undefined, but usually zero) system call error.
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath