summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 21:02:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-03-07 21:02:00 +0000
commit5b78cd6bc981eff94840301fa87f134f1abbcb77 (patch)
treea95e17a7f4c0606d763544dd27fce2b5a18f9459 /cpukit/libcsupport/ChangeLog
parent2006-03-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-5b78cd6bc981eff94840301fa87f134f1abbcb77.tar.bz2
2006-03-07 Till Strauman <strauman@slac.stanford.edu>
PR 886/filesystem * src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the descriptor is in non-blocking mode.
Diffstat (limited to 'cpukit/libcsupport/ChangeLog')
-rw-r--r--cpukit/libcsupport/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index 7b75feb111..92bd4689f7 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-07 Till Strauman <strauman@slac.stanford.edu>
+
+ PR 886/filesystem
+ * src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the
+ descriptor is in non-blocking mode.
+
2005-08-31 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 819/filesystem