1#include "threads_impl.h"
2
3int* __errno_location(void) {
4    return &__thrd_current()->errno_value;
5}
6