freebsd-src/lib/libsys/i386
Brooks Davis ef9871c620 libthr: move _umtx_op_err() to libsys
Declare in sys/umtx.h and implement in libsys.  Explicitly link libthr
with libsys.

When building libthr static include _umtx_op_err so we don't break static
linkage with -lpthread.

Reviewed by:	kib, emaste, imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/908
2024-02-05 20:34:56 +00:00
..
_umtx_op_err.S libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
cerror.S
getcontext.S
i386_clr_watch.c
i386_get_fsbase.c
i386_get_gsbase.c
i386_get_ioperm.2
i386_get_ioperm.c
i386_get_ldt.2
i386_get_ldt.c
i386_set_fsbase.c
i386_set_gsbase.c
i386_set_ioperm.c
i386_set_ldt.c
i386_set_watch.3
i386_set_watch.c
i386_vm86.2
i386_vm86.c
Makefile.sys libc: move rfork_thread(3) to libsys 2024-02-05 20:34:56 +00:00
Makefile.thr libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
rfork_thread.S libc: move rfork_thread(3) to libsys 2024-02-05 20:34:56 +00:00
Symbol.sys.map libc: move MD sys related symbols to libsys 2024-02-05 20:34:56 +00:00
SYS.h
syscall.S
vfork.S