Florian Weimer 98734cc501 pthread_setaffinity (Linux variant): Rewrite to use VLA instead of alloca
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-03-23 16:34:48 +01:00
..
2015-02-08 18:46:00 +01:00
2015-03-21 04:49:44 +01:00
2015-03-06 11:32:24 +01:00
2015-03-12 11:04:13 +01:00