Properly prefix the creat function for sim builds, otherwise the system creat() is...
commiteeeee7a0a41209f30c91aca3e72918e0c8e00def
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 29 Dec 2010 19:40:02 +0000 (29 19:40 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Wed, 29 Dec 2010 19:40:02 +0000 (29 19:40 +0000)
tree4f724468b1a1256a86b6051aef1897f6d4936e93
parent77b4f8a5e4ff52419984b5bd75ecea2cd4357905
Properly prefix the creat function for sim builds, otherwise the system creat() is called, which doesn't do proper root-mangling to make the file end up in the right place. Fixes FS#11844

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28927 a1c6a512-1295-4272-9138-f99709370657
apps/plugin.c