summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libfs/src/imfs/imfs_handlers_device.c')
-rw-r--r--c/src/exec/libfs/src/imfs/imfs_handlers_device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/libfs/src/imfs/imfs_handlers_device.c b/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
index 38a6aca7d4..b6b9c808a0 100644
--- a/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
+++ b/c/src/exec/libfs/src/imfs/imfs_handlers_device.c
@@ -33,5 +33,6 @@ rtems_filesystem_file_handlers_r IMFS_device_handlers = {
NULL, /* fpathconf */
NULL, /* fsync */
NULL, /* fdatasync */
- NULL /* fcntl */
+ NULL, /* fcntl */
+ IMFS_rmnod
};