35787605 ^
0b44a031
71e6be64 ^
ac31bf27 ^
1
2
3 4
5
6
7
8
#include "pthread_impl.h" int *__errno_location(void) { static int e; if (libc.has_thread_pointer) return &__pthread_self()->errno_val; return &e; }