Constify get_exec_file
[deliverable/binutils-gdb.git] / gdb / aix-thread.c
index ffa3352d03992338614c3883d8ac2f268e597ed8..35b77fe4ec0c719d41344c02c7ab2839f8f91c9c 100644 (file)
@@ -61,7 +61,7 @@ extern int getthrds (pid_t, struct thrdsinfo64 *, int, tid_t *, int);
 #endif
 
 /* Whether to emit debugging output.  */
-static int debug_aix_thread;
+static bool debug_aix_thread;
 
 /* In AIX 5.1, functions use pthdb_tid_t instead of tid_t.  */
 #ifndef PTHDB_VERSION_3
This page took 0.025122 seconds and 4 git commands to generate.