mlibc icon indicating copy to clipboard operation
mlibc copied to clipboard

posix: Implement pthread_attr_*

Open 64 opened this issue 4 years ago • 1 comments

These are used by the Rust standard library when spawning a thread, specifically:

  • pthread_attr_init
  • pthread_attr_setstacksize
  • pthread_attr_destroy

64 avatar Apr 16 '21 02:04 64

Since this breaks ABI, we probably want to implement all the pthread attribute functionality in one iteration, possibly for mlibc 3.0.

avdgrinten avatar Apr 16 '21 09:04 avdgrinten

This has been fixed in #311.

Geertiebear avatar Apr 11 '23 09:04 Geertiebear