summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-22 23:24:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-22 23:24:09 +0000
commitad78965db218c6d479df82ef2480952a682a9912 (patch)
tree087ba7bea1117455aa5db204b625f730917890e0 /cpukit/libcsupport/include/rtems/libio.h
parentautoconf-2.62. (diff)
downloadrtems-ad78965db218c6d479df82ef2480952a682a9912.tar.bz2
2008-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/include/rtems/libio.h: Remove rtems_termios_reserve_resources. It is obsolete. * libcsupport/src/termiosreserveresources.c: Removed.
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
);