diff options
| author | Daniel Jacobowitz <drow@nevyn.them.org> | 2002-09-17 11:50:35 -0400 |
|---|---|---|
| committer | Daniel Jacobowitz <drow@nevyn.them.org> | 2002-09-17 11:50:35 -0400 |
| commit | acc7088569c8eef04eeed0eff51d23bb5bcff964 (patch) | |
| tree | db94db9a51ff744719909b8f097f9d35635325e1 /include/asm-sh | |
| parent | 1ab068b34497d982070c6e29abff164c74a6302f (diff) | |
Factor out common ptrace code and PTRACE_SETOPTIONS
Support PTRACE_O_TRACESYSGOOD on all platforms
Diffstat (limited to 'include/asm-sh')
| -rw-r--r-- | include/asm-sh/ptrace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm-sh/ptrace.h b/include/asm-sh/ptrace.h index a799e15f90de..71333b7415a8 100644 --- a/include/asm-sh/ptrace.h +++ b/include/asm-sh/ptrace.h @@ -44,10 +44,7 @@ #define REG_XDREG14 47 #define REG_FPSCR 48 -#define PTRACE_SETOPTIONS 21 - -/* options set using PTRACE_SETOPTIONS */ -#define PTRACE_O_TRACESYSGOOD 0x00000001 +#define PTRACE_OLDSETOPTIONS 21 /* * This struct defines the way the registers are stored on the |
