mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 22:34:18 +08:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef __uClinux__
|
||
|
#include "ptrace_no.h"
|
||
|
#else
|
||
|
#include "ptrace_mm.h"
|
||
|
#endif
|