lib: c: pthread: implement pthread_self
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user