#include #include #include #include "threadimpl.h" long _ioflush(va_list *) { return 0; } int ioflush(Ioproc *io) { return iocall(io, _ioflush); }