summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/dosfs/msdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/dosfs/msdos.h')
-rw-r--r--cpukit/libfs/src/dosfs/msdos.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos.h b/cpukit/libfs/src/dosfs/msdos.h
index b4ea6abe40..2fec769446 100644
--- a/cpukit/libfs/src/dosfs/msdos.h
+++ b/cpukit/libfs/src/dosfs/msdos.h
@@ -249,13 +249,13 @@ int msdos_file_close(rtems_libio_t *iop /* IN */);
ssize_t msdos_file_read(
rtems_libio_t *iop, /* IN */
void *buffer, /* IN */
- uint32_t count /* IN */
+ size_t count /* IN */
);
ssize_t msdos_file_write(
rtems_libio_t *iop, /* IN */
const void *buffer, /* IN */
- uint32_t count /* IN */
+ size_t count /* IN */
);
int msdos_file_lseek(
@@ -305,7 +305,7 @@ int msdos_dir_close(rtems_libio_t *iop /* IN */);
ssize_t msdos_dir_read(
rtems_libio_t *iop, /* IN */
void *buffer, /* IN */
- uint32_t count /* IN */
+ size_t count /* IN */
);
int msdos_dir_lseek(