pic16bit: Add definition of SEEK_SET to unistd.h.

pull/3294/head
Damien George 2017-09-01 11:22:37 +10:00
rodzic 2daacc5cee
commit bebff0dab0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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;