* i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index 691d2b5197b55a1a6d8118c97b048ed09c1076d3..aa3425d73f917e6712e0e27085c76744dbd3c1ec 100644 (file)
@@ -343,7 +343,7 @@ bsd_uthread_wait (ptid_t ptid, struct target_waitstatus *status)
                                    builtin_type_void_data_ptr);
   if (addr != 0)
     {
-      char buf[4];
+      gdb_byte buf[4];
 
       /* FIXME: For executables linked statically with the threads
          library, we end up here before the program has actually been
This page took 0.023031 seconds and 4 git commands to generate.