lib: c: pthread: implement pthread_self

This commit is contained in:
2026-03-22 19:08:42 +00:00
parent 33888e364b
commit dd46a378b3
3 changed files with 40 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ struct __pthread {
void *thr_result;
};
extern struct __pthread *__pthread_self(void);
extern void __pthread_unmap_exit(
kern_handle_t address_space,
void *unmap_base,