summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-rtems.h')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.h b/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
index b7028b0851..dd2c5b7cd9 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.h
@@ -306,13 +306,4 @@ int rtems_rfs_rtems_rmnod (rtems_filesystem_location_info_t* parent_pathloc,
*/
int rtems_rfs_rtems_fdatasync (rtems_libio_t* iop);
-/**
- * The following routine does a fcntl on an node.
- *
- * @param cmd
- * @param iop
- * @return int
- */
-int rtems_rfs_rtems_fcntl (int cmd, rtems_libio_t* iop);
-
#endif