Removed prototype of rtems_libio_config() per Chris Johns' eagle eye.

This commit is contained in:
Joel Sherrill
1998-05-19 10:53:12 +00:00
parent 8dc5d00f2c
commit 3ac8e59c93
4 changed files with 0 additions and 4 deletions

View File

@@ -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);