summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 22:20:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-16 22:20:06 +0000
commitdfd218d5fe18569de44bbd00f75773c4f2fe8316 (patch)
treed53da8a83b02066a06ab3169eff2afc80cd938d0 /c/src/lib/ChangeLog
parent2001-08-10 Radzislaw Galler <rgaller@et.put.poznan.pl> (diff)
downloadrtems-dfd218d5fe18569de44bbd00f75773c4f2fe8316.tar.bz2
2001-08-16 Joel Sherrill <joel@OARcorp.com>
* libc/lseek.c: Modified after discussion with Eugeny S. Mints <jack@oktet.ru> to correct the behavior. There were two mistakes. First, iop->offset was incorrectly set for SEEK_END. Second, iop->offset should be left unmodified if there are errors. This modification attempts to fix both situations.
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r--c/src/lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 29727ca717..994617a053 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-16 Joel Sherrill <joel@OARcorp.com>
+
+ * libc/lseek.c: Modified after discussion with Eugeny S. Mints
+ <jack@oktet.ru> to correct the behavior. There were two mistakes.
+ First, iop->offset was incorrectly set for SEEK_END. Second,
+ iop->offset should be left unmodified if there are errors.
+ This modification attempts to fix both situations.
+
2001-08-16 Mike Siers <mikes@poliac.com>
* include/rtems/termiostypes.h, include/sys/ioccom.h: