diff options
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 88f4e3e..be429f8 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -166,7 +166,7 @@ blocked. */ #endif /* Does the current host support PTRACE_GETREGSET? */ -int have_ptrace_getregset = -1; +enum tribool have_ptrace_getregset = TRIBOOL_UNKNOWN; /* The single-threaded native GNU/Linux target_ops. We save a pointer for the use of the multi-threaded target. */ |