pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/42689?usp=email )
Change subject: build: remove unused sys/timerfd.h include ......................................................................
build: remove unused sys/timerfd.h include
The header is not used in scheduler_trx.c and breaks builds on platforms where timerfd is not available (e.g. Web/emscripten).
Remove the unused include.
Change-Id: Id5a700c865f984e8f99199a1e365bb7f1462030a --- M src/osmo-bts-trx/scheduler_trx.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c index a9a53f6..770a54b 100644 --- a/src/osmo-bts-trx/scheduler_trx.c +++ b/src/osmo-bts-trx/scheduler_trx.c @@ -28,7 +28,6 @@ #include <stdint.h> #include <ctype.h> #include <inttypes.h> -#include <sys/timerfd.h>
#include <osmocom/core/msgb.h> #include <osmocom/core/talloc.h>