Properly prefix the creat function for sim builds, otherwise the system creat() is...
commit6406e61e5cd6c7c7f67c903eb58c3d53f99dc03c
authorFrank Gevaerts <frank@gevaerts.be>
Wed, 29 Dec 2010 19:40:02 +0000 (29 19:40 +0000)
committerFrank Gevaerts <frank@gevaerts.be>
Wed, 29 Dec 2010 19:40:02 +0000 (29 19:40 +0000)
tree4f724468b1a1256a86b6051aef1897f6d4936e93
parent65850011ccf0baff376bf0d352528db2bb06f1a9
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