aboutsummaryrefslogtreecommitdiff
path: root/pic16bit/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pic16bit/unistd.h')
-rw-r--r--pic16bit/unistd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/pic16bit/unistd.h b/pic16bit/unistd.h
deleted file mode 100644
index 23c5e54c7..000000000
--- a/pic16bit/unistd.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef MICROPY_INCLUDED_PIC16BIT_UNISTD_H
-#define MICROPY_INCLUDED_PIC16BIT_UNISTD_H
-
-// XC16 compiler doesn't seem to have unistd.h file
-
-#define SEEK_SET 0
-#define SEEK_CUR 1
-
-typedef int ssize_t;
-
-#endif // MICROPY_INCLUDED_PIC16BIT_UNISTD_H