summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 21:02:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 21:02:45 +0000
commitd3490f2756da40a76f005910dcd9d2728eec2949 (patch)
tree7ae65c0dd3518720f37489b5c34ef8ec3ecf182e /cpukit/ChangeLog
parent2006-03-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d3490f2756da40a76f005910dcd9d2728eec2949.tar.bz2
2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 886/filesystem * libcsupport/src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the descriptor is in non-blocking mode.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 66337501f9..9dc9345db8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-07 Till Strauman <strauman@slac.stanford.edu>
+
+ PR 886/filesystem
+ * libcsupport/src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if
+ the descriptor is in non-blocking mode.
+
2006-03-07 Joel Sherrill <joel@OARcorp.com>
PR 866/rtems