chiark / gitweb /
regress: hfuzzraw: Fix a wrong pointer passed to fread
[adns.git] / regress / harness.h.m4
index 1c602d988e14d15ad4ed71b6abc6a3048c0b75d5..9d95778fa1960cb55448bbec8fc93db81abcfe90 100644 (file)
@@ -39,6 +39,7 @@ hm_create_proto_q
 m4_define(`hm_syscall', `void Q$1(hm_args_massage($3,void));')
 m4_define(`hm_specsyscall', `')
 m4_include(`hsyscalls.i4')
+hm_stdsyscall_close
 
 void Q_vb(void);
 
@@ -67,12 +68,15 @@ void Tvba(const char *str);
 extern vbuf vb;
 extern struct timeval currenttime;
 extern const struct Terrno { const char *n; int v; } Terrnos[];
+extern const int Tnerrnos;
 
 /* Special cases */
   
 void Texit(int rv) NONRETURNING;
 
-void Tallocshutdown(void);
+void Tcommonshutdown(void);
+void Tmallocshutdown(void);
 int Ttestinputfd(void);
+void T_gettimeofday_hook(void);
 
 #endif