summaryrefslogtreecommitdiff
path: root/firmware/include/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/file.h')
-rw-r--r--firmware/include/file.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/include/file.h b/firmware/include/file.h
index ff70c017be..6c81cb93d7 100644
--- a/firmware/include/file.h
+++ b/firmware/include/file.h
@@ -63,14 +63,7 @@ extern int write(int fd, void* buf, int count);
63extern int remove(const char* pathname); 63extern int remove(const char* pathname);
64extern int rename(const char* path, const char* newname); 64extern int rename(const char* path, const char* newname);
65extern int ftruncate(int fd, unsigned int size); 65extern int ftruncate(int fd, unsigned int size);
66
67#else
68#ifdef WIN32
69#include <io.h>
70#include <stdio.h>
71#endif /* WIN32 */
72#endif /* SIMULATOR */ 66#endif /* SIMULATOR */
73
74#endif /* __MINGW32__ */ 67#endif /* __MINGW32__ */
75 68
76#endif 69#endif