5c48b108ec
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
5 lines
82 B
C
5 lines
82 B
C
#ifdef CONFIG_X86_32
|
|
# include "ptrace_32.h"
|
|
#else
|
|
# include "ptrace_64.h"
|
|
#endif
|