forked from Imagelibrary/rtems
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* libc/fs_null_handlers.c: Added missing rmnod entry.
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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 */
|
||||
};
|
||||
|
||||
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user