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.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 794c1ca220..d6cc6e9cbd 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -314,7 +314,7 @@ const rtems_filesystem_table_t* rtems_filesystem_table_first( void );
* Get the next entry in the file system table.
*/
const rtems_filesystem_table_t*
-rtems_filesystem_table_next( rtems_filesystem_table_t *entry );
+rtems_filesystem_table_next( const rtems_filesystem_table_t *entry );
/*
* Get the first entry in the mount table.