summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
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: