From dfce6724fed632447e1c2a1fd837b7f18897bd23 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 2 Jun 2010 00:43:13 +0000 Subject: 2010-06-01 Chris Johns * libcsupport/include/rtems/libio.h: Make the struct name the same as the typedef. * sapi/include/confdefs.h: Fixes for use in C++. --- cpukit/libcsupport/include/rtems/libio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport') 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; -- cgit v1.2.3