]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap/server/src/libc_support+.cc
update
[l4.git] / l4 / pkg / bootstrap / server / src / libc_support+.cc
index c33d388a67bfedfd26c37dee5c2ff8d80667ddc1..e98974a573b599d45faa6f9cb5f04443aefcc446 100644 (file)
@@ -240,7 +240,7 @@ getchar(void)
   return c;
 }
 
-off64_t lseek64(int /*fd*/, off64_t /*offset*/, int /*whence*/)
+off_t lseek(int /*fd*/, off_t /*offset*/, int /*whence*/)
 {
   return 0;
 }