Reading signal handler frame in AIX
[deliverable/binutils-gdb.git] / gdb / go32-nat.c
index 849fdb594f9ea370641b3fc04d1bef2d39cf47ec..cc4b6521a320a48509267f3735d2021055632576 100644 (file)
@@ -94,7 +94,7 @@
 #include "command.h"
 #include "gdbcmd.h"
 #include "floatformat.h"
-#include "buildsym.h"
+#include "buildsym-legacy.h"
 #include "i387-tdep.h"
 #include "i386-tdep.h"
 #include "nat/x86-cpuid.h"
@@ -989,7 +989,7 @@ go32_nat_target::pass_ctrlc ()
 bool
 go32_nat_target::thread_alive (ptid_t ptid)
 {
-  return !ptid_equal (ptid, null_ptid);
+  return ptid != null_ptid;
 }
 
 const char *
This page took 0.024505 seconds and 4 git commands to generate.