summaryrefslogtreecommitdiff
blob: d3f80a0992849ee0340730ca4a430a442b7e24cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
glibc setups up an enum for this

--- include/asm-sh/ptrace.h
+++ include/asm-sh/ptrace.h
@@ -42,9 +42,6 @@
 #define REG_FPSCR	55
 #define REG_FPUL	56
 
-/* options set using PTRACE_SETOPTIONS */
-#define PTRACE_O_TRACESYSGOOD     0x00000001
-
 /*
  * This struct defines the way the registers are stored on the
  * kernel stack during a system call or other kernel entry.