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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/file.h b/firmware/include/file.h
index 387c34cdd8..af1ad72be9 100644
--- a/firmware/include/file.h
+++ b/firmware/include/file.h
@@ -65,7 +65,7 @@ typedef unsigned int mode_t;
65 65
66#ifndef _SIZE_T 66#ifndef _SIZE_T
67#define _SIZE_T 67#define _SIZE_T
68typedef unsigned int size_t; 68typedef unsigned long size_t;
69#endif 69#endif
70 70
71typedef int (*open_func)(const char* pathname, int flags); 71typedef int (*open_func)(const char* pathname, int flags);