tnote ansi braindamage - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 973131adc41df0cae90eb35431047b697294809f | |
parent 3449b18918ac83c6d85cc31b87a3afbfadfceeeb | |
Author: rsc | |
Date: Tue, 14 Feb 2006 19:39:40 +0000 note ansi braindamage Diffstat: M man/man3/ioproc.3 | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) --- | |
diff --git a/man/man3/ioproc.3 b/man/man3/ioproc.3 | |
t@@ -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 . |