Date: Mon, 8 Feb 1999 13:32:39 -0800 (PST) From: Dmitrij Tejblum <dt@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include stdio.h src/lib/libc/stdio Makefile.inc fgetpos.c fseek.3 fseek.c fsetpos.c ftell.c Message-ID: <199902082132.NAA28726@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dt 1999/02/08 13:32:39 PST Modified files: include stdio.h lib/libc/stdio Makefile.inc fgetpos.c fseek.3 fseek.c fsetpos.c ftell.c Log: Added functions fseeko() and ftello() (from susv2). Fixed fgetpos() and fsetpos() for offsets > 2GB. PR: 8637 Submitted by: Dan Nelson <dnelson@emsphone.com> (adjusted by me a little) Revision Changes Path 1.22 +3 -1 src/include/stdio.h 1.16 +2 -1 src/lib/libc/stdio/Makefile.inc 1.7 +2 -2 src/lib/libc/stdio/fgetpos.c 1.3 +45 -5 src/lib/libc/stdio/fseek.3 1.8 +12 -3 src/lib/libc/stdio/fseek.c 1.6 +3 -2 src/lib/libc/stdio/fsetpos.c 1.10 +19 -2 src/lib/libc/stdio/ftell.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902082132.NAA28726>