summaryrefslogtreecommitdiff
path: root/gdb/bsd-uthread.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-07-04 13:38:55 +0000
committerMark Kettenis <kettenis@gnu.org>2005-07-04 13:38:55 +0000
commitca84fd073856a7b2aa714359821babee217cdeda (patch)
treead43594e00fd86c838f652e36803aa156f05d76c /gdb/bsd-uthread.c
parentaf107bd7040cdd5cc2ab79890e756bb5dd4e8e31 (diff)
downloadgdb-ca84fd073856a7b2aa714359821babee217cdeda.tar.gz
* i386nbsd-nat.c (i386nbsd_supply_pcb): Cast to 'gdb_byte *' in
read_memory call. * bsd-uthread.c (bsd_uthread_wait): Use gdb_byte for byte buffer.
Diffstat (limited to 'gdb/bsd-uthread.c')
-rw-r--r--gdb/bsd-uthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c
index 691d2b5197b..aa3425d73f9 100644
--- a/gdb/bsd-uthread.c
+++ b/gdb/bsd-uthread.c
@@ -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