diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-23 14:51:49 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-23 14:51:49 +0000 |
| commit | 80c31c9ea0c4beb52e223141a1b2fb5e2e2e64b4 (patch) | |
| tree | 8d7c3bd3d75cedf78a5a79643aa145244d4f3702 /apps | |
| parent | 12bf7f39b1f9ab5cb60a467f934557fce65b1ddb (diff) | |
| download | rockbox-80c31c9ea0c4beb52e223141a1b2fb5e2e2e64b4.zip rockbox-80c31c9ea0c4beb52e223141a1b2fb5e2e2e64b4.tar.gz rockbox-80c31c9ea0c4beb52e223141a1b2fb5e2e2e64b4.tar.bz2 rockbox-80c31c9ea0c4beb52e223141a1b2fb5e2e2e64b4.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 20d1697..93302f3 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, |