diff options
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 81b3ded..f7b45f7 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -116,7 +116,6 @@ struct lwp_info extern struct lwp_info *lwp_list; /* Does the current host support PTRACE_GETREGSET? */ -enum tribool { TRIBOOL_UNKNOWN = -1, TRIBOOL_FALSE = 0, TRIBOOL_TRUE = 1 }; extern enum tribool have_ptrace_getregset; /* Iterate over each active thread (light-weight process). */ |