2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>

* libc/fs_null_handlers.c: Added missing rmnod entry.
This commit is contained in:
Joel Sherrill
2000-08-25 17:12:14 +00:00
parent 662678d1d9
commit 1a3b28195d
4 changed files with 10 additions and 3 deletions

View File

@@ -32,5 +32,6 @@ rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers = {
NULL, /* fpathconf */
NULL, /* fsync */
NULL, /* fdatasync */
NULL /* fcntl */
NULL, /* fcntl */
NULL /* rmnod */
};

View File

@@ -1,4 +1,8 @@
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* libc/fs_null_handlers.c: Added missing rmnod entry.
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,

View File

@@ -32,5 +32,6 @@ rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers = {
NULL, /* fpathconf */
NULL, /* fsync */
NULL, /* fdatasync */
NULL /* fcntl */
NULL, /* fcntl */
NULL /* rmnod */
};

View File

@@ -32,5 +32,6 @@ rtems_filesystem_file_handlers_r rtems_filesystem_null_handlers = {
NULL, /* fpathconf */
NULL, /* fsync */
NULL, /* fdatasync */
NULL /* fcntl */
NULL, /* fcntl */
NULL /* rmnod */
};