From 5a9a5ecbc5309d5229926f720127807a75ffd30f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:46:02 +0000 Subject: 2000-09-05 Joel Sherrill * libio.c: Added O_NONBLOCK to list of flags. --- c/src/exec/libcsupport/src/libio.c | 1 + c/src/lib/ChangeLog | 4 ++++ c/src/lib/libc/libio.c | 1 + 3 files changed, 6 insertions(+) (limited to 'c/src') diff --git a/c/src/exec/libcsupport/src/libio.c b/c/src/exec/libcsupport/src/libio.c index c878db6247..ad3f775ff5 100644 --- a/c/src/exec/libcsupport/src/libio.c +++ b/c/src/exec/libcsupport/src/libio.c @@ -109,6 +109,7 @@ rtems_assoc_t access_modes_assoc[] = { rtems_assoc_t status_flags_assoc[] = { { "NO DELAY", LIBIO_FLAGS_NO_DELAY, O_NDELAY }, + { "NONBLOCK", LIBIO_FLAGS_NO_DELAY, O_NONBLOCK }, { "APPEND", LIBIO_FLAGS_APPEND, O_APPEND }, { "CREATE", LIBIO_FLAGS_CREATE, O_CREAT }, { 0, 0, 0 }, diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog index f149b62985..2d9f5bc48f 100644 --- a/c/src/lib/ChangeLog +++ b/c/src/lib/ChangeLog @@ -1,4 +1,8 @@ +2000-09-05 Joel Sherrill + + * libio.c: Added O_NONBLOCK to list of flags. + 2000-08-30 Ralf Corsepius * configure.in: Remove libcpu and libbsp diff --git a/c/src/lib/libc/libio.c b/c/src/lib/libc/libio.c index c878db6247..ad3f775ff5 100644 --- a/c/src/lib/libc/libio.c +++ b/c/src/lib/libc/libio.c @@ -109,6 +109,7 @@ rtems_assoc_t access_modes_assoc[] = { rtems_assoc_t status_flags_assoc[] = { { "NO DELAY", LIBIO_FLAGS_NO_DELAY, O_NDELAY }, + { "NONBLOCK", LIBIO_FLAGS_NO_DELAY, O_NONBLOCK }, { "APPEND", LIBIO_FLAGS_APPEND, O_APPEND }, { "CREATE", LIBIO_FLAGS_CREATE, O_CREAT }, { 0, 0, 0 }, -- cgit v1.2.3