Linux preempt-rt
Check our new training course
Real-Time Linux with PREEMPT_RT
1 2 3 4 5
#ifdef CONFIG_MMU #include "signal_mm.c" #else #include "signal_no.c" #endif