diff fuzz-wrapfd.h @ 1360:16f45f2df38f fuzz

ignore wrapfd_close for unknown
author Matt Johnston <matt@ucc.asn.au>
date Sun, 21 May 2017 10:48:18 +0800
parents 08f4fa4dc6a0
children d4cc85e6c569
line wrap: on
line diff
--- a/fuzz-wrapfd.h	Sat May 20 23:39:01 2017 +0800
+++ b/fuzz-wrapfd.h	Sun May 21 10:48:18 2017 +0800
@@ -19,5 +19,6 @@
 int wrapfd_write(int fd, const void* in, size_t count);
 int wrapfd_select(int nfds, fd_set *readfds, fd_set *writefds, 
     fd_set *exceptfds, struct timeval *timeout);
+int wrapfd_close(int fd);
 
 #endif // FUZZ_WRAPFD_H