chiark / gitweb /
regress: hfuzzraw: Fix a wrong pointer passed to fread
[adns.git] / regress / harness.h.m4
index cc589a540a408252ee3e95454c3b790ebfa45058..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,11 +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