From 80c31c9ea0c4beb52e223141a1b2fb5e2e2e64b4 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 23 Jul 2004 14:51:49 +0000 Subject: The simulator has to use the sim_ versions of remove() and rename() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4923 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugin.c b/apps/plugin.c index 20d1697d6e..93302f31e4 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -125,8 +125,8 @@ static const struct plugin_api rockbox_api = { lseek, (creat_func)PREFIX(creat), (write_func)write, - remove, - rename, + PREFIX(remove), + PREFIX(rename), ftruncate, PREFIX(filesize), fprintf, -- cgit v1.2.3