blob: 65cb9b22144285f7b2470827fbb4139d58198c77 [file] [log] [blame]
#include "libc.h"
#include "threads_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);