summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 22:06:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-03 22:06:09 +0000
commit50381010c55fb26b73e2452eb3ebc8195631888d (patch)
tree69f32848de08d56a84a72b4b548af3696da698c0 /doc
parent2003-02-03 Steven Johnson <sjohnson@neurizon.net> (diff)
downloadrtems-50381010c55fb26b73e2452eb3ebc8195631888d.tar.bz2
2003-02-03 Steven Johnson <sjohnson@neurizon.net>
PR 338/filesystem * io.t: Document the API change that fixed reentrancy problem with rtems_io_lookup_name().
Diffstat (limited to 'doc')
-rw-r--r--doc/user/ChangeLog6
-rw-r--r--doc/user/io.t2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog
index 24d69525b5..338050ce52 100644
--- a/doc/user/ChangeLog
+++ b/doc/user/ChangeLog
@@ -1,3 +1,9 @@
+2003-02-03 Steven Johnson <sjohnson@neurizon.net>
+
+ PR 338/filesystem
+ * io.t: Document the API change that fixed reentrancy problem with
+ rtems_io_lookup_name().
+
2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* c_user.texi: Set @setfilename c_user.info.
diff --git a/doc/user/io.t b/doc/user/io.t
index a232d53099..3b5cda43d7 100644
--- a/doc/user/io.t
+++ b/doc/user/io.t
@@ -456,7 +456,7 @@ preempted.
@example
rtems_status_code rtems_io_lookup_name(
const char *name,
- rtems_driver_name_t **device_info
+ rtems_driver_name_t *device_info
);
@end example
@end ifset