From 9a836f1dbf90f07c2fc4151166f7456879d675b0 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 25 Jan 2011 04:16:01 +0100 Subject: Making the compiler a bitch by enabling warnings in full, fixing a few warnings, and making the board actually do slightly something. --- os/src/lseek.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os/src/lseek.c') diff --git a/os/src/lseek.c b/os/src/lseek.c index 1b86dbb..f132693 100644 --- a/os/src/lseek.c +++ b/os/src/lseek.c @@ -1,4 +1,5 @@ #include _off_t _lseek_r(struct _reent * reent, int fd, _off_t seek, int wheel) { + return 0; } -- cgit v1.2.3