Changeset 5a9a5ec in rtems for cpukit/libcsupport/src/libio.c
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.