ptrace.c 77 B

12345
  1. #ifdef CONFIG_MMU
  2. #include "ptrace_mm.c"
  3. #else
  4. #include "ptrace_no.c"
  5. #endif