summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/imfs_handlers_device.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 21:10:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-05 21:10:54 +0000
commit94b357c2b31be20b51784dc6f2ae837d58777cbd (patch)
tree73e3ec3694451a65df6b0688e3e0e04175ea0528 /c/src/lib/libc/imfs_handlers_device.c
parentRemoved. (diff)
downloadrtems-94b357c2b31be20b51784dc6f2ae837d58777cbd.tar.bz2
Unmount was failing as a side-effect of splitting the rmnod handler
and not handling every case properly.
Diffstat (limited to 'c/src/lib/libc/imfs_handlers_device.c')
-rw-r--r--c/src/lib/libc/imfs_handlers_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libc/imfs_handlers_device.c b/c/src/lib/libc/imfs_handlers_device.c
index 24b7ffa5bb..b6b9c808a0 100644
--- a/c/src/lib/libc/imfs_handlers_device.c
+++ b/c/src/lib/libc/imfs_handlers_device.c
@@ -34,5 +34,5 @@ rtems_filesystem_file_handlers_r IMFS_device_handlers = {
NULL, /* fsync */
NULL, /* fdatasync */
NULL, /* fcntl */
- device_rmnod
+ IMFS_rmnod
};