summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 23:56:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 23:56:29 +0000
commitda2151f40d8667f23ad583945415ed7a318897ce (patch)
tree695e6d41a5ea68aa6ead862bec75e25c3f97aa6d /c/src
parent2003-02-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-da2151f40d8667f23ad583945415ed7a318897ce.tar.bz2
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem * sapi/no-io.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). Unused function removed.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/optman/ChangeLog6
-rw-r--r--c/src/optman/sapi/no-io.c13
2 files changed, 6 insertions, 13 deletions
diff --git a/c/src/optman/ChangeLog b/c/src/optman/ChangeLog
index 773cd75d64..067bd9274a 100644
--- a/c/src/optman/ChangeLog
+++ b/c/src/optman/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-03 Joel Sherrill <joel@OARcorp.com>
+
+ PR 338/filesystem
+ * sapi/no-io.c: Side-effect of fixing reentrancy problem with
+ rtems_io_lookup_name() (API change). Unused function removed.
+
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Apply install-data-local to install *.rels.
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
index a5deea544c..306f76e227 100644
--- a/c/src/optman/sapi/no-io.c
+++ b/c/src/optman/sapi/no-io.c
@@ -72,19 +72,6 @@ rtems_status_code rtems_io_register_name(
return RTEMS_NOT_CONFIGURED;
}
-rtems_status_code rtems_io_lookup_name(
- const char *pathname,
- rtems_driver_name_t **rnp
-)
-{
- _Internal_error_Occurred(
- INTERNAL_ERROR_RTEMS_API,
- FALSE,
- RTEMS_NOT_CONFIGURED
- );
- return RTEMS_NOT_CONFIGURED;
-}
-
rtems_status_code rtems_io_initialize(
rtems_device_major_number major,
rtems_device_minor_number minor,