From dfd218d5fe18569de44bbd00f75773c4f2fe8316 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 16 Aug 2001 22:20:06 +0000 Subject: 2001-08-16 Joel Sherrill * libc/lseek.c: Modified after discussion with Eugeny S. Mints 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. --- c/src/lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/lib/ChangeLog') 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 + + * libc/lseek.c: Modified after discussion with Eugeny S. Mints + 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 * include/rtems/termiostypes.h, include/sys/ioccom.h: -- cgit v1.2.3