From 50381010c55fb26b73e2452eb3ebc8195631888d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Feb 2003 22:06:09 +0000 Subject: 2003-02-03 Steven Johnson PR 338/filesystem * io.t: Document the API change that fixed reentrancy problem with rtems_io_lookup_name(). --- doc/user/ChangeLog | 6 ++++++ doc/user/io.t | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/user') 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 + + PR 338/filesystem + * io.t: Document the API change that fixed reentrancy problem with + rtems_io_lookup_name(). + 2003-01-25 Ralf Corsepius * 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 -- cgit v1.2.3