diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-09-08 20:42:34 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-08 20:42:34 +0000 |
| commit | 89dcb1c98440e9b1baec330e05e07b85d278e0f5 (patch) | |
| tree | e18b95b8858778c3d6b5e4e8cc60843465bd292d | |
| parent | e22aa75f5c14eed452bf35fae449ffe753093e18 (diff) | |
| download | rockbox-89dcb1c98440e9b1baec330e05e07b85d278e0f5.zip rockbox-89dcb1c98440e9b1baec330e05e07b85d278e0f5.tar.gz rockbox-89dcb1c98440e9b1baec330e05e07b85d278e0f5.tar.bz2 rockbox-89dcb1c98440e9b1baec330e05e07b85d278e0f5.tar.xz | |
fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28049 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c index 5213795..e512af1 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c @@ -531,6 +531,7 @@ int sim_fsync(int fd) #endif } +#ifndef __PCTOOL__ void *lc_open(const char *filename, char *buf, size_t buf_size) { |