mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
note ansi braindamage
This commit is contained in:
parent
3449b18918
commit
973131adc4
1 changed files with 6 additions and 0 deletions
|
@ -194,3 +194,9 @@ ioread(Ioproc *io, int fd, void *a, long n)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.I Iointerrupt
|
.I Iointerrupt
|
||||||
is currently unimplemented.
|
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 .
|
||||||
|
|
Loading…
Reference in a new issue