forked from espressif/arduino-esp32
initial import
This commit is contained in:
committed by
Ivan Grokhotkov
parent
668acc2c08
commit
5f3a205955
11
tools/sdk/include/newlib/errno.h
Normal file
11
tools/sdk/include/newlib/errno.h
Normal file
@ -0,0 +1,11 @@
|
||||
#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__ */
|
Reference in New Issue
Block a user