From 97aaa2a20a3f54faf6613c4bdc296aa0be1ea5c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Feb 2003 23:57:33 +0000 Subject: 2003-02-03 Joel Sherrill PR 338/filesystem * src/unixlibc.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change). --- cpukit/libcsupport/ChangeLog | 6 ++++++ cpukit/libcsupport/src/unixlibc.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + PR 338/filesystem + * src/unixlibc.c: Side-effect of fixing reentrancy problem with + rtems_io_lookup_name() (API change). + 2003-02-03 Till Straumann 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 */ -- cgit v1.2.3