freebsd-dev/tools/regression/sockets/accept_fd_leak/Makefile
Robert Watson 90d6d28efa Add simple regression test to detect leakage of file descriptors when
accept() returns EAGAIN on a non-blocking listen socket.  This is the
tool I used to check that such a bug was resolved when merging accept()
locking.
2004-07-17 16:56:46 +00:00

12 lines
101 B
Makefile

#
# $FreeBSD$
#
PROG= accept_fd_leak
NOMAN= yes
regress:
./accept_fd_leak
.include <bsd.prog.mk>