chiark / gitweb /
regress: hfuzzraw: Fix a wrong pointer passed to fread
[adns.git] / regress / harness.h.m4
index ca0eeb0a19af7b40968afd4fea7c25b402f20e06..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);
 
@@ -76,5 +77,6 @@ void Texit(int rv) NONRETURNING;
 void Tcommonshutdown(void);
 void Tmallocshutdown(void);
 int Ttestinputfd(void);
+void T_gettimeofday_hook(void);
 
 #endif