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 3e07fd00c8..9a9548f8f6 100644
--- a/firmware/include/file.h
+++ b/firmware/include/file.h
@@ -48,7 +48,7 @@
48#define O_TRUNC 0x10 48#define O_TRUNC 0x10
49#endif 49#endif
50 50
51#ifdef SIMULATOR 51#if defined(SIMULATOR) && !defined(PLUGIN) && !defined(CODEC)
52#define open(x,y) sim_open(x,y) 52#define open(x,y) sim_open(x,y)
53#define creat(x) sim_creat(x) 53#define creat(x) sim_creat(x)
54#define remove(x) sim_remove(x) 54#define remove(x) sim_remove(x)