aboutsummaryrefslogtreecommitdiff
path: root/man/man3
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-14 19:39:40 +0000
committerrsc <devnull@localhost>2006-02-14 19:39:40 +0000
commit973131adc41df0cae90eb35431047b697294809f (patch)
tree5f5f4496e6213eb1165a8ccd95b0677554faf183 /man/man3
parent3449b18918ac83c6d85cc31b87a3afbfadfceeeb (diff)
downloadplan9port-973131adc41df0cae90eb35431047b697294809f.tar.gz
plan9port-973131adc41df0cae90eb35431047b697294809f.tar.bz2
plan9port-973131adc41df0cae90eb35431047b697294809f.zip
note ansi braindamage
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/ioproc.36
1 files changed, 6 insertions, 0 deletions
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 .