errno.h 125 B

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