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().
This commit is contained in:
Joel Sherrill
2003-02-03 22:06:09 +00:00
parent 43f69a2d7b
commit 50381010c5
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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.
+1 -1
View File
@@ -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