summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/fs_null_handlers.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/fs_null_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/fs_null_handlers.c b/cpukit/libcsupport/src/fs_null_handlers.c
index fb323d7452..72c5b2c2b1 100644
--- a/cpukit/libcsupport/src/fs_null_handlers.c
+++ b/cpukit/libcsupport/src/fs_null_handlers.c
@@ -23,7 +23,7 @@
* Set of null operations handlers.
*/
-rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers = {
+const rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers = {
NULL, /* open */
NULL, /* close */
NULL, /* read */