RTL8710AF_GCC/tools/arm-none-eabi-gcc/gcc-arm-none-eabi-4_8-2014q1/arm-none-eabi/include/errno.h
ant 923914edae motify arm-none-eabi-gcc
motify arm-none-eabi-gcc
2016-09-14 21:10:35 +08:00

11 lines
174 B
C

#ifndef __ERRNO_H__
#define __ERRNO_H__
#ifndef __error_t_defined
typedef int error_t;
#define __error_t_defined 1
#endif
#include <sys/errno.h>
#endif /* !__ERRNO_H__ */