]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libthr: always use __libc_interposing_slot()
authorBrooks Davis <brooks@FreeBSD.org>
Mon, 22 Apr 2024 18:24:26 +0000 (19:24 +0100)
committerBrooks Davis <brooks@FreeBSD.org>
Mon, 22 Apr 2024 20:28:26 +0000 (21:28 +0100)
commit672464f756e8e2f723789f27df62704725e9fb82
tree3e2f4df80ee2da36897c82aad0cd860b06a50b06
parent3acf3feaa8c5b15e820e86c1526c9a97fc5ad247
libthr: always use __libc_interposing_slot()

Use __libc_interposing_slot() in favor of __libsys_interposing_slot() so
that the interposing interface is entierly between libc and libthr with
libsys only involved as an implementation detail.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44880
lib/libthr/thread/thr_syscalls.c