pic16bit: Add definition of SEEK_SET to unistd.h.
This commit is contained in:
parent
2daacc5cee
commit
bebff0dab0
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
// XC16 compiler doesn't seem to have unistd.h file
|
// XC16 compiler doesn't seem to have unistd.h file
|
||||||
|
|
||||||
|
#define SEEK_SET 0
|
||||||
#define SEEK_CUR 1
|
#define SEEK_CUR 1
|
||||||
|
|
||||||
typedef int ssize_t;
|
typedef int ssize_t;
|
||||||
|
|
Loading…
Reference in New Issue