pic16bit: Add definition of SEEK_SET to unistd.h.

pull/1/head
Damien George 2017-09-01 11:22:37 +10:00
parent 2daacc5cee
commit bebff0dab0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// XC16 compiler doesn't seem to have unistd.h file
#define SEEK_SET 0
#define SEEK_CUR 1
typedef int ssize_t;