mirror of https://gitee.com/openkylin/linux.git
6 lines
75 B
C
6 lines
75 B
C
|
#ifdef __i386__
|
||
|
#include "ptrace_32.h"
|
||
|
#else
|
||
|
#include "ptrace_64.h"
|
||
|
#endif
|