From 973131adc41df0cae90eb35431047b697294809f Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 14 Feb 2006 19:39:40 +0000 Subject: note ansi braindamage --- man/man3/ioproc.3 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man/man3') diff --git a/man/man3/ioproc.3 b/man/man3/ioproc.3 index 2d5bbd7e..c0fd4146 100644 --- a/man/man3/ioproc.3 +++ b/man/man3/ioproc.3 @@ -194,3 +194,9 @@ ioread(Ioproc *io, int fd, void *a, long n) .SH BUGS .I Iointerrupt is currently unimplemented. +.PP +C99 disallows the use of pointers to +.BR va_list . +This interface will have to change to +use pointers to a structure containing a +.BR va_list . -- cgit v1.2.3