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/lib/libc/libio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/src/lib/libc') 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