summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-09 14:12:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-09 14:12:58 +0000
commit64504e971d936812518c55e663e8a51e670212f1 (patch)
treeec812b03c7167848c0021264e0e30e4d87e8f26a /cpukit/libcsupport/include
parentClean up mishaps arising from multiple folks trying to fix the same problem. (diff)
downloadrtems-64504e971d936812518c55e663e8a51e670212f1.tar.bz2
2009-03-09 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1376/filesystem * libcsupport/include/rtems/libio.h, libfs/src/dosfs/fat_file.c, libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_file.c, libfs/src/imfs/deviceio.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_directory.c, libfs/src/imfs/memfile.c, libfs/src/nfsclient/src/nfs.c: lseek handlers should return off_t.
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 1767d1d789..7e2f3ffc60 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -83,7 +83,7 @@ typedef int (*rtems_filesystem_ioctl_t)(
void *buffer
);
-typedef int (*rtems_filesystem_lseek_t)(
+typedef off_t (*rtems_filesystem_lseek_t)(
rtems_libio_t *iop,
off_t length,
int whence