summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/defaults/default_lock_and_unlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/defaults/default_lock_and_unlock.c')
-rw-r--r--cpukit/libfs/src/defaults/default_lock_and_unlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/defaults/default_lock_and_unlock.c b/cpukit/libfs/src/defaults/default_lock_and_unlock.c
index de29a076f1..a88a99d4a5 100644
--- a/cpukit/libfs/src/defaults/default_lock_and_unlock.c
+++ b/cpukit/libfs/src/defaults/default_lock_and_unlock.c
@@ -19,14 +19,14 @@
#include <rtems/libio_.h>
void rtems_filesystem_default_lock(
- rtems_filesystem_mount_table_entry_t *mt_entry
+ const rtems_filesystem_mount_table_entry_t *mt_entry
)
{
rtems_libio_lock();
}
void rtems_filesystem_default_unlock(
- rtems_filesystem_mount_table_entry_t *mt_entry
+ const rtems_filesystem_mount_table_entry_t *mt_entry
)
{
rtems_libio_unlock();