mlibc
mlibc copied to clipboard
posix: Implement pthread_attr_*
These are used by the Rust standard library when spawning a thread, specifically:
pthread_attr_initpthread_attr_setstacksizepthread_attr_destroy
Since this breaks ABI, we probably want to implement all the pthread attribute functionality in one iteration, possibly for mlibc 3.0.
This has been fixed in #311.