errno.h 147 B

12345678910
  1. #ifndef TOOLBOX_ERRNO_H
  2. #define TOOLBOX_ERRNO_H
  3. #include "toolbox/errcode.h"
  4. #include <errno.h>
  5. extern __thread RET_TYPE toolbox_errno;
  6. #endif