Attention is currently required from: pespin.
Hello Jenkins Builder, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/42654?usp=email
to look at the new patch set (#4).
Change subject: build: detect pthread_setname_np and sched_* APIs, guard usage ......................................................................
build: detect pthread_setname_np and sched_* APIs, guard usage
Add configure checks for pthread_setname_np and sched_* functions. Wrap their usage with HAVE_* guards to avoid build failures on platforms where they are unavailable.
Return -ENOTSUP for unsupported scheduler operations.
Improves portability across non-Linux and restricted environments (e.g. WebAssembly).
Change-Id: Ic3f1492544439d88c5e6683330c6696de1c2f85b --- M CommonLibs/Threads.cpp M Transceiver52M/device/ipc/ipc-driver-test.c M Transceiver52M/ms/l1ctl_server_cb.cpp M Transceiver52M/ms/ms_rx_lower.cpp M Transceiver52M/ms/ms_trxcon_if.cpp M Transceiver52M/ms/ms_upper.cpp M Transceiver52M/ms/threadsched.cpp M Transceiver52M/ms/uhd_specific.h M Transceiver52M/osmo-trx.cpp M configure.ac 10 files changed, 62 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/54/42654/4