blob: bc025b7efdcba9f4c4d198c40a7fa2c3282433d7 [file] [log] [blame]
#include "libc.h"
#include "pthread_impl.h"
#include <threads.h>
static pthread_t __pthread_self_internal(void) {
return __pthread_self();
}
weak_alias(__pthread_self_internal, pthread_self);
weak_alias(__pthread_self_internal, thrd_current);