summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 316c7c6..f28593e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -314,11 +314,11 @@ static const struct plugin_api rockbox_api = {
#ifdef HAVE_PLUGIN_CHECK_OPEN_CLOSE
(creat_func)creat_wrapper,
#else
- (creat_func)PREFIX(creat),
+ (creat_func)creat,
#endif
(write_func)PREFIX(write),
- PREFIX(remove),
- PREFIX(rename),
+ remove,
+ rename,
PREFIX(ftruncate),
PREFIX(filesize),
fdprintf,