errno.h 100 B

123456
  1. #ifndef _BITS_ERRNO_H
  2. #define _BITS_ERRNO_H
  3. extern __thread int errno;
  4. #endif /* _BITS_ERRNO_H */