gdb.ada/info_exc.exp: Adjust expected output in "info exception" test.
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 88f4e3e5ac02a281d822717505e3a19d881cd0a1..be429f8e4ae1c89640079259fcb8e734338915f3 100644 (file)
@@ -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.  */
This page took 0.023393 seconds and 4 git commands to generate.