mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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
3 lines
36 B
Text
3 lines
36 B
Text
FBSDprivate_1.0 {
|
|
_umtx_op_err;
|
|
};
|