blob: d264c813ebf609dd4508423368a4dbb9d98f8a1c [file] [log] [blame]
#include <threads.h>
#include "libc.h"
#include "threads_impl.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);