summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/memfile.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-14 13:16:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-15 10:01:42 +0200
commitdf01da67078b4ed4787680d3987f5b40ac93d080 (patch)
treea5a111a82290eb1b79c344459d34b989b341602d /cpukit/libfs/src/imfs/memfile.c
parentrfs: Fix major and minor number integer types (diff)
downloadrtems-df01da67078b4ed4787680d3987f5b40ac93d080.tar.bz2
Filesystem: Use ioctl_command_t
Diffstat (limited to 'cpukit/libfs/src/imfs/memfile.c')
-rw-r--r--cpukit/libfs/src/imfs/memfile.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/libfs/src/imfs/memfile.c b/cpukit/libfs/src/imfs/memfile.c
index 2907591bfb..fcbeed96b3 100644
--- a/cpukit/libfs/src/imfs/memfile.c
+++ b/cpukit/libfs/src/imfs/memfile.c
@@ -152,22 +152,6 @@ ssize_t memfile_write(
}
/*
- * memfile_ioctl
- *
- * This routine processes the ioctl() system call.
- *
- * NOTE: No ioctl()'s are supported for in-memory files.
- */
-int memfile_ioctl(
- rtems_libio_t *iop,
- uint32_t command,
- void *buffer
-)
-{
- return 0;
-}
-
-/*
* memfile_stat
*
* This IMFS_stat() can be used.