1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Note that fseeko() and ftello() are standard in 1003.1-2001.

(Prefer the more-encompassing POSIX standard to SUSv2.)
This commit is contained in:
Garrett Wollman 2002-07-15 19:42:25 +00:00
parent 09ce4f7aaf
commit 647e4efd97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100135

View File

@ -249,4 +249,4 @@ The
and
.Fn ftello
functions conform to
.St -susv2 .
.St -p1003.1-2001 .