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:
parent
e13710afbd
commit
9eb1eb548a
@ -95,6 +95,7 @@ static void *references[] = {
|
||||
&_getsockopt,
|
||||
&_ioctl,
|
||||
&_kevent,
|
||||
&_kqueue,
|
||||
&_listen,
|
||||
&_nanosleep,
|
||||
&_open,
|
||||
|
Loading…
Reference in New Issue
Block a user