Changeset 3ac8e59c in rtems
- Timestamp:
- 05/19/98 10:53:12 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9c3b406b
- Parents:
- 8dc5d00f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/include/rtems/libio.h
r8dc5d00f r3ac8e59c 88 88 #define LIBIO_FLAGS_READ_WRITE (LIBIO_FLAGS_READ | LIBIO_FLAGS_WRITE) 89 89 90 void rtems_libio_config(rtems_configuration_table *config, unsigned32 max_fds);91 90 void rtems_libio_init(void); 92 91 -
c/src/lib/include/rtems/libio.h
r8dc5d00f r3ac8e59c 88 88 #define LIBIO_FLAGS_READ_WRITE (LIBIO_FLAGS_READ | LIBIO_FLAGS_WRITE) 89 89 90 void rtems_libio_config(rtems_configuration_table *config, unsigned32 max_fds);91 90 void rtems_libio_init(void); 92 91 -
c/src/lib/libc/libio.h
r8dc5d00f r3ac8e59c 88 88 #define LIBIO_FLAGS_READ_WRITE (LIBIO_FLAGS_READ | LIBIO_FLAGS_WRITE) 89 89 90 void rtems_libio_config(rtems_configuration_table *config, unsigned32 max_fds);91 90 void rtems_libio_init(void); 92 91 -
cpukit/libcsupport/include/rtems/libio.h
r8dc5d00f r3ac8e59c 88 88 #define LIBIO_FLAGS_READ_WRITE (LIBIO_FLAGS_READ | LIBIO_FLAGS_WRITE) 89 89 90 void rtems_libio_config(rtems_configuration_table *config, unsigned32 max_fds);91 90 void rtems_libio_init(void); 92 91
Note: See TracChangeset
for help on using the changeset viewer.