#include "libc.h" #include "threads_impl.h" #include static pthread_t __pthread_self_internal(void) { return __pthread_self(); } weak_alias(__pthread_self_internal, pthread_self); weak_alias(__pthread_self_internal, thrd_current);