summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/include/rtems/libio.h')
-rw-r--r--c/src/exec/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libcsupport/include/rtems/libio.h b/c/src/exec/libcsupport/include/rtems/libio.h
index e3b0e5316e..653d247742 100644
--- a/c/src/exec/libcsupport/include/rtems/libio.h
+++ b/c/src/exec/libcsupport/include/rtems/libio.h
@@ -562,7 +562,7 @@ int unmount(
int mount(
rtems_filesystem_mount_table_entry_t **mt_entry,
rtems_filesystem_operations_table *fs_ops,
- char *fsoptions,
+ rtems_filesystem_options_t fsoptions,
char *device,
char *mount_point
);