summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 23:57:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 23:57:33 +0000
commit97aaa2a20a3f54faf6613c4bdc296aa0be1ea5c4 (patch)
treea8b8c893ce7df133d7680dd5f9694bdc7ff07724
parent2003-02-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-97aaa2a20a3f54faf6613c4bdc296aa0be1ea5c4.tar.bz2
2003-02-03 Joel Sherrill <joel@OARcorp.com>
PR 338/filesystem * src/unixlibc.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
-rw-r--r--cpukit/libcsupport/ChangeLog6
-rw-r--r--cpukit/libcsupport/src/unixlibc.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 84d1cf0726..4860e20667 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-03 Joel Sherrill <joel@OARcorp.com>
+
+ PR 338/filesystem
+ * src/unixlibc.c: Side-effect of fixing reentrancy problem with
+ rtems_io_lookup_name() (API change).
+
2003-02-03 Till Straumann <strauman@slac.stanford.edu>
PR 339/filesystem
diff --git a/cpukit/libcsupport/src/unixlibc.c b/cpukit/libcsupport/src/unixlibc.c
index f0232ce5db..dabd87169d 100644
--- a/cpukit/libcsupport/src/unixlibc.c
+++ b/cpukit/libcsupport/src/unixlibc.c
@@ -28,7 +28,7 @@ rtems_status_code rtems_io_register_name(
rtems_status_code rtems_io_lookup_name(
const char *name,
- rtems_driver_name_t **device_info
+ rtems_driver_name_t *device_info
)
{
return 0; /* not supported */