diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-05-21 10:48:18 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-05-21 10:48:18 +0800 |
commit | 1abd239b9ded3386fac8d553aa4652da88a52d58 (patch) | |
tree | e9a968f2008da99a41b07137ae5e0a4273364faf /fuzz-wrapfd.h | |
parent | 9f1c8b2f8fe1722815af1cfb152c3f48aa9848ce (diff) |
ignore wrapfd_close for unknown
--HG--
branch : fuzz
Diffstat (limited to 'fuzz-wrapfd.h')
-rw-r--r-- | fuzz-wrapfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz-wrapfd.h b/fuzz-wrapfd.h index a73a7fe..9358c1a 100644 --- a/fuzz-wrapfd.h +++ b/fuzz-wrapfd.h @@ -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 |