errno.h 176 B

12345678
  1. #ifndef __ERRNO_H__
  2. #define __ERRNO_H__
  3. #include "libc/libc_errno.h"
  4. /* Others defined in libc/libc_errno.h */
  5. #define ENSRNOTFOUND 163 /* Domain name not found */
  6. #endif