diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2015-04-12 06:52:43 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2015-04-12 06:52:43 +0000 |
| commit | 93ec1d68263daed8c92fa17f41d9fa7e6f3518ad (patch) | |
| tree | add53e0078c23fa9db08e08b8b25d45859411ba7 /lib/libc/sys/interposing_table.c | |
| parent | df043ea3b129c61608b141025365809ee5351563 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/interposing_table.c')
| -rw-r--r-- | lib/libc/sys/interposing_table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/interposing_table.c b/lib/libc/sys/interposing_table.c index 0fd6c75ce99c..4290bc65e54c 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 |
