From 3ac8e59c933f3a2d824323bc733eb6a8c8352910 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 May 1998 10:53:12 +0000 Subject: Removed prototype of rtems_libio_config() per Chris Johns' eagle eye. --- cpukit/libcsupport/include/rtems/libio.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h index ec30cf0d08..33402c9a2c 100644 --- a/cpukit/libcsupport/include/rtems/libio.h +++ b/cpukit/libcsupport/include/rtems/libio.h @@ -87,7 +87,6 @@ typedef struct { #define LIBIO_FLAGS_READ_WRITE (LIBIO_FLAGS_READ | LIBIO_FLAGS_WRITE) -void rtems_libio_config(rtems_configuration_table *config, unsigned32 max_fds); void rtems_libio_init(void); int __rtems_open(const char *pathname, unsigned32 flag, unsigned32 mode); -- cgit v1.2.3