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