From 647e4efd9794eaf88171d8126390d5db741abcb6 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 15 Jul 2002 19:42:25 +0000 Subject: [PATCH] Note that fseeko() and ftello() are standard in 1003.1-2001. (Prefer the more-encompassing POSIX standard to SUSv2.) --- lib/libc/stdio/fseek.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 29b66b36d99a..2c72532f0b99 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -249,4 +249,4 @@ The and .Fn ftello functions conform to -.St -susv2 . +.St -p1003.1-2001 .