Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   kleink
Date:           Sat Jul  8 13:51:28 UTC 2000

Modified Files:
        basesrc/lib/libc/stdio: fgetpos.c fsetpos.c

Log Message:
In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid
truncating the value stored in the fpos_t object operated on to that of a
long integer; adresses PR lib/6637.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/stdio/fgetpos.c
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/stdio/fsetpos.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index