summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/interposing_table.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-12 06:52:43 +0000
committerkib <kib@FreeBSD.org>2015-04-12 06:52:43 +0000
commitd47c2f0941d1cd829a9a070b4b74baf884b22505 (patch)
treeadd53e0078c23fa9db08e08b8b25d45859411ba7 /lib/libc/sys/interposing_table.c
parent39372044850f47dd4bea491cc717b227b8214a46 (diff)
downloadFreeBSD-src-d47c2f0941d1cd829a9a070b4b74baf884b22505.zip
FreeBSD-src-d47c2f0941d1cd829a9a070b4b74baf884b22505.tar.gz
MFC r280818:
Make kevent(2) a cancellation point.
Diffstat (limited to 'lib/libc/sys/interposing_table.c')
-rw-r--r--lib/libc/sys/interposing_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/interposing_table.c b/lib/libc/sys/interposing_table.c
index 0fd6c75..4290bc6 100644
--- a/lib/libc/sys/interposing_table.c
+++ b/lib/libc/sys/interposing_table.c
@@ -75,6 +75,7 @@ interpos_func_t __libc_interposing[INTERPOS_MAX] = {
SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub),
SLOT(spinlock, __libc_spinlock_stub),
SLOT(spinunlock, __libc_spinunlock_stub),
+ SLOT(kevent, __sys_kevent),
};
#undef SLOT
OpenPOWER on IntegriCloud