Changeset 5a9a5ec in rtems
- Timestamp:
- 09/05/00 15:46:02 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- bdcf02d4
- Parents:
- d28bfd27
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/libio.c
rd28bfd27 r5a9a5ec 110 110 rtems_assoc_t status_flags_assoc[] = { 111 111 { "NO DELAY", LIBIO_FLAGS_NO_DELAY, O_NDELAY }, 112 { "NONBLOCK", LIBIO_FLAGS_NO_DELAY, O_NONBLOCK }, 112 113 { "APPEND", LIBIO_FLAGS_APPEND, O_APPEND }, 113 114 { "CREATE", LIBIO_FLAGS_CREATE, O_CREAT }, -
c/src/lib/ChangeLog
rd28bfd27 r5a9a5ec 1 2 2000-09-05 Joel Sherrill <joel@OARcorp.com> 3 4 * libio.c: Added O_NONBLOCK to list of flags. 1 5 2 6 2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
c/src/lib/libc/libio.c
rd28bfd27 r5a9a5ec 110 110 rtems_assoc_t status_flags_assoc[] = { 111 111 { "NO DELAY", LIBIO_FLAGS_NO_DELAY, O_NDELAY }, 112 { "NONBLOCK", LIBIO_FLAGS_NO_DELAY, O_NONBLOCK }, 112 113 { "APPEND", LIBIO_FLAGS_APPEND, O_APPEND }, 113 114 { "CREATE", LIBIO_FLAGS_CREATE, O_CREAT }, -
cpukit/libcsupport/src/libio.c
rd28bfd27 r5a9a5ec 110 110 rtems_assoc_t status_flags_assoc[] = { 111 111 { "NO DELAY", LIBIO_FLAGS_NO_DELAY, O_NDELAY }, 112 { "NONBLOCK", LIBIO_FLAGS_NO_DELAY, O_NONBLOCK }, 112 113 { "APPEND", LIBIO_FLAGS_APPEND, O_APPEND }, 113 114 { "CREATE", LIBIO_FLAGS_CREATE, O_CREAT },
Note: See TracChangeset
for help on using the changeset viewer.