From 023efa65f4f29bed58249bb76d41ec35c3cb45ac Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 20 Mar 2004 08:41:12 +0000 Subject: Mention that funopen() uses fpos_t incorrectly in the BUGS section. --- lib/libc/stdio/funopen.3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 8c2b3e6..8ca1653 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -34,7 +34,7 @@ .\" @(#)funopen.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd June 9, 1993 +.Dd March 19, 2004 .Dt FUNOPEN 3 .Os .Sh NAME @@ -170,3 +170,11 @@ The function may not be portable to systems other than .Bx . +.Pp +The +.Fn funopen +interface erroneously assumes that +.Vt fpos_t +is an integral type; see +.Xr fseek 3 +for a discussion of this issue. -- cgit v1.1