summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index d6cc6e9cbd..dadc446ead 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -292,7 +292,7 @@ struct _rtems_filesystem_operations_table {
/*
* File system table used by mount to manage file systems.
*/
-typedef struct _rtems_filesystem_table {
+typedef struct rtems_filesystem_table_t {
const char *type;
rtems_filesystem_fsmount_me_t mount_h;
} rtems_filesystem_table_t;
@@ -300,7 +300,7 @@ typedef struct _rtems_filesystem_table {
/*
* File system table runtime loaded nodes.
*/
-typedef struct _rtems_filesystem_table_node {
+typedef struct rtems_filesystem_table_node_t {
rtems_chain_node node;
rtems_filesystem_table_t entry;
} rtems_filesystem_table_node_t;