From: Daniel Wagner <dwagner@xxxxxxx> Another round of small cleanups and fixes. The first one fixes static builds for armhf host. Patch two is another of the printf format specifier which I got wrong. No idea why we didn't see this earlier. Anyway gcc on armhf was not happy. The same for the third fix. Why the gcc on armhf complains and not on anything else, is dubios to me. Daniel Wagner (3): rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np() signaltest: Fix printf format specifier cyclicdeadline: Fix buffer allocation src/lib/rt-numa.c | 4 +--- src/sched_deadline/cyclicdeadline.c | 2 +- src/signaltest/signaltest.c | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) -- 2.32.0