ignore wrapfd_close for unknown

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2017-05-21 10:48:18 +08:00
parent 9f1c8b2f8f
commit 1abd239b9d
2 changed files with 10 additions and 3 deletions

View File

@@ -19,5 +19,6 @@ int wrapfd_read(int fd, void *out, size_t count);
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