#ifndef TOOLBOX_ERRNO_H #define TOOLBOX_ERRNO_H #include "toolbox/errcode.h" #include <errno.h> extern __thread RET_TYPE toolbox_errno; #endif