Add phtread_setname_np() and pthread_getname_np()

This commit is contained in:
Justine Tunney 2022-09-07 18:59:00 -07:00
parent 114176c304
commit de511bc71a
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 355 additions and 4 deletions

View file

@ -37,7 +37,7 @@
* The top 16 bytes of a stack can't be used due to openbsd:stackbound
* and those bytes are also poisoned under ASAN build modes.
*
* @return stack bottom address on success, or null w/ errrno
* @return stack bottom address on success, or null w/ errno
*/
void *_mapstack(void) {
char *p;