blob: faa2057cf5563815ec6aa8354da21020cc1ec3e1 [file] [log] [blame]
#include "threads_impl.h"
int* __errno_location(void) {
return &__thrd_current()->errno_value;
}