forked from espressif/arduino-esp32
initial import
This commit is contained in:
committed by
Ivan Grokhotkov
parent
668acc2c08
commit
5f3a205955
13
tools/sdk/include/newlib/unistd.h
Normal file
13
tools/sdk/include/newlib/unistd.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef _UNISTD_H_
|
||||
#define _UNISTD_H_
|
||||
|
||||
# include <sys/unistd.h>
|
||||
|
||||
#ifndef L_SET
|
||||
/* Old BSD names for the same constants; just for compatibility. */
|
||||
#define L_SET SEEK_SET
|
||||
#define L_INCR SEEK_CUR
|
||||
#define L_XTND SEEK_END
|
||||
#endif
|
||||
|
||||
#endif /* _UNISTD_H_ */
|
Reference in New Issue
Block a user