summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:47:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:47:44 +0000
commitbdcf02d460cbf5b2566110cdb02298f05faaf928 (patch)
tree243f71c2d2454d65a4c9b5ce799fb4b4ce69937a /cpukit/libnetworking/ChangeLog
parent2000-09-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-bdcf02d460cbf5b2566110cdb02298f05faaf928.tar.bz2
2000-09-05 Joel Sherrill <joel@OARcorp.com>
* rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion and to work with the converted flags.
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 9048a2ee16..f74b13bcf9 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-05 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/rtems_syscall.c: Changed from O_NONBLOCK to internal
+ RTEMS_LIBIO_FLAGS_NO_DELAY to avoid O_NONBLOCK/O_NDELAY confusion
+ and to work with the converted flags.
+
2000-09-01 Rosimildo daSilva <rdasilva@connecttel.com>
* emfdb.c: Removed stray semi-colon. Reported on GoAhead