mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188300
@ -95,6 +95,7 @@ static void *references[] = {
|
||||
&_getsockopt,
|
||||
&_ioctl,
|
||||
&_kevent,
|
||||
&_kqueue,
|
||||
&_listen,
|
||||
&_nanosleep,
|
||||
&_open,
|
||||
|
Loading…
Reference in New Issue
Block a user