summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index cf0441cbac..2a3fcaed49 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -10,7 +10,7 @@
* IO to devices but has since been enhanced to support networking
* and support for mounted file systems.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -607,11 +607,6 @@ int rtems_termios_dequeue_characters(
int len
);
-void rtems_termios_reserve_resources(
- rtems_configuration_table *configuration,
- uint32_t number_of_devices
-);
-
int unmount(
const char *mount_path
);