From 3d53032176e451c56ffc99637b5e0b4fbe10ff60 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 24 Jan 2005 07:15:57 +0000 Subject: Fixed yellow build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5647 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/common/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uisimulator/common/file.h b/uisimulator/common/file.h index 0e50031556..7ea59a0b74 100644 --- a/uisimulator/common/file.h +++ b/uisimulator/common/file.h @@ -43,7 +43,7 @@ typedef unsigned int mode_t; int sim_open(const char *name, int opts); int sim_close(int fd); int sim_rename(const char *oldpath, const char *newpath); -int sim_filesize(int fd); +off_t sim_filesize(int fd); int sim_creat(const char *name, mode_t mode); int sim_remove(const char *name); -- cgit v1.2.3