1
0
Fork 0
forked from len0rd/rockbox

Keep track of the number of opened files in the sim to enforce the same limit as on target.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-10-09 15:15:00 +00:00
parent f22e323e63
commit ef9abe4385
3 changed files with 32 additions and 6 deletions

View file

@ -209,7 +209,7 @@ static const struct plugin_api rockbox_api = {
/* file */
(open_func)PREFIX(open),
close,
PREFIX(close),
(read_func)PREFIX(read),
PREFIX(lseek),
(creat_func)PREFIX(creat),