blob: ad9f92415a555cad7ca77cccf9e6facc5989a483 [file] [log] [blame]
#include <errno.h>
#include "pthread_impl.h"
int *__errno_location(void)
{
return &__pthread_self()->errno_val;
}