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 316c7c6b5d..f28593ec4e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -314,11 +314,11 @@ static const struct plugin_api rockbox_api = {
314#ifdef HAVE_PLUGIN_CHECK_OPEN_CLOSE 314#ifdef HAVE_PLUGIN_CHECK_OPEN_CLOSE
315 (creat_func)creat_wrapper, 315 (creat_func)creat_wrapper,
316#else 316#else
317 (creat_func)PREFIX(creat), 317 (creat_func)creat,
318#endif 318#endif
319 (write_func)PREFIX(write), 319 (write_func)PREFIX(write),
320 PREFIX(remove), 320 remove,
321 PREFIX(rename), 321 rename,
322 PREFIX(ftruncate), 322 PREFIX(ftruncate),
323 PREFIX(filesize), 323 PREFIX(filesize),
324 fdprintf, 324 fdprintf,