From 4a07d2b866a2104102215cbd196269dcce18c000 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Fri, 29 Oct 1999 15:19:13 +0000 Subject: Moved the rmnod callback from the operations table to the handler table. --- c/src/lib/libc/imfs_handlers_memfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libc/imfs_handlers_memfile.c') diff --git a/c/src/lib/libc/imfs_handlers_memfile.c b/c/src/lib/libc/imfs_handlers_memfile.c index 1e373b4745..f622c99558 100644 --- a/c/src/lib/libc/imfs_handlers_memfile.c +++ b/c/src/lib/libc/imfs_handlers_memfile.c @@ -33,5 +33,6 @@ rtems_filesystem_file_handlers_r IMFS_memfile_handlers = { NULL, /* fpathconf */ NULL, /* fsync */ IMFS_fdatasync, - IMFS_fcntl + IMFS_fcntl, + IMFS_rmnod }; -- cgit v1.2.3