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
This commit is contained in:
parent
12bf7f39b1
commit
80c31c9ea0
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue