X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/bb7ba6773439e5bf3dfcc2779783a09906176550..1e67a94f2cf731b4dd68750ef301eb9f8e175634:/regress/harness.h.m4 diff --git a/regress/harness.h.m4 b/regress/harness.h.m4 index 7b5758e..5f0c9f4 100644 --- a/regress/harness.h.m4 +++ b/regress/harness.h.m4 @@ -25,6 +25,7 @@ m4_include(hmacros.i4) #include #include +#include #include #include "internal.h" @@ -35,6 +36,8 @@ hm_create_proto_h m4_define(`hm_syscall', `int H$1(hm_args_massage($3,void));') m4_include(`hsyscalls.i4') +int Hwritev(int fd, const struct iovec *vector, size_t count); + /* There is a Q function (Q for Question) for each such syscall; * it constructs a string representing the call, and calls Q_str * on it, or constructs it in vb and calls Q_vb; @@ -66,8 +69,6 @@ void Tvba(const char *str); /* Shared globals */ extern vbuf vb; -extern FILE *Toutputfile; - extern const struct Terrno { const char *n; int v; } Terrnos[]; #endif