summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs.h')
-rw-r--r--cpukit/libfs/src/imfs/imfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h
index e400c48c4a..808a6f0cb7 100644
--- a/cpukit/libfs/src/imfs/imfs.h
+++ b/cpukit/libfs/src/imfs/imfs.h
@@ -400,7 +400,7 @@ extern ssize_t imfs_dir_read(
size_t count /* IN */
);
-extern int imfs_dir_lseek(
+extern off_t imfs_dir_lseek(
rtems_libio_t *iop, /* IN */
off_t offset, /* IN */
int whence /* IN */
@@ -444,7 +444,7 @@ extern int memfile_ioctl(
void *buffer /* IN */
);
-extern int memfile_lseek(
+extern off_t memfile_lseek(
rtems_libio_t *iop, /* IN */
off_t offset, /* IN */
int whence /* IN */
@@ -483,7 +483,7 @@ extern int device_ioctl(
void *buffer /* IN */
);
-extern int device_lseek(
+extern off_t device_lseek(
rtems_libio_t *iop, /* IN */
off_t offset, /* IN */
int whence /* IN */