summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rtems/libio.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:56:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:56:11 +0000
commit7b0001f79554baacc7ae8470ec137d09ddb71cb1 (patch)
tree6ea3436b3324803d3301a34eaab856c4a8faff8b /c/src/lib/include/rtems/libio.h
parent2000-10-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7b0001f79554baacc7ae8470ec137d09ddb71cb1.tar.bz2
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* libc/ioman.c: Moved to libfs. * libc/Makefile.am: Removed ioman.c as part of moving it to libfs. * libc/base_fs.c: Removed include of imfs.h and reworded comment to avoid being IMFS specific. * libc/libio.h: Removed prototype of IMFS_ops since it should not be in this file. * libc/mount.c: Removed IMFS specific configuration information. * libc/unmount.c: Removed include of imfs.h and reworded comment to avoid being IMFS specific.
Diffstat (limited to '')
-rw-r--r--c/src/lib/include/rtems/libio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/lib/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h
index 6bd626bc5a..1d4a2621d4 100644
--- a/c/src/lib/include/rtems/libio.h
+++ b/c/src/lib/include/rtems/libio.h
@@ -267,10 +267,6 @@ typedef struct {
rtems_filesystem_readlink_t readlink_h;
} rtems_filesystem_operations_table;
-#define IMFS_FILE_SYSTEM IMFS_ops
-extern rtems_filesystem_operations_table IMFS_ops;
-
-
/*
* Structure used to determine a location/filesystem in the tree.
*/