diff options
author | dim <dim@FreeBSD.org> | 2015-02-14 13:12:03 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-02-14 13:12:03 +0000 |
commit | ff34755926ad8a77e4498e82a23c847d33c6c72d (patch) | |
tree | 32512087a8fc0e78759068f074dd1fcac39ef5c9 /lib/libc/sys/interposing_table.c | |
parent | 3b7b68ffe74f0538bae62b7a4ba4e448156b9542 (diff) | |
parent | 1cd0dffdca6542739e3aa4c7e5221f0b28d076c4 (diff) | |
download | FreeBSD-src-ff34755926ad8a77e4498e82a23c847d33c6c72d.zip FreeBSD-src-ff34755926ad8a77e4498e82a23c847d33c6c72d.tar.gz |
Merge ^/head r278499 through r278755.
Diffstat (limited to 'lib/libc/sys/interposing_table.c')
-rw-r--r-- | lib/libc/sys/interposing_table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/interposing_table.c b/lib/libc/sys/interposing_table.c index d303779..0fd6c75 100644 --- a/lib/libc/sys/interposing_table.c +++ b/lib/libc/sys/interposing_table.c @@ -73,6 +73,8 @@ interpos_func_t __libc_interposing[INTERPOS_MAX] = { SLOT(write, __sys_write), SLOT(writev, __sys_writev), SLOT(_pthread_mutex_init_calloc_cb, _pthread_mutex_init_calloc_cb_stub), + SLOT(spinlock, __libc_spinlock_stub), + SLOT(spinunlock, __libc_spinunlock_stub), }; #undef SLOT |