Fix leak of kqueue() file descriptors when linked with static

libc_r.

PR:		58687
Submitted by:	Jonathon Lennox <lennox at cs dot columbia dot edu>
This commit is contained in:
Daniel Eischen 2009-02-08 06:44:58 +00:00
parent e13710afbd
commit 9eb1eb548a

View File

@ -95,6 +95,7 @@ static void *references[] = {
&_getsockopt,
&_ioctl,
&_kevent,
&_kqueue,
&_listen,
&_nanosleep,
&_open,