projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
961cb7b
)
Oops.
author
Mark Kettenis
<kettenis@gnu.org>
Mon, 16 May 2005 16:59:44 +0000
(16:59 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Mon, 16 May 2005 16:59:44 +0000
(16:59 +0000)
gdb/bsd-uthread.c
patch
|
blob
|
history
diff --git
a/gdb/bsd-uthread.c
b/gdb/bsd-uthread.c
index 28d3d25de4d0e75b6c2ce8247b7802cdcbcc0135..691d2b5197b55a1a6d8118c97b048ed09c1076d3 100644
(file)
--- a/
gdb/bsd-uthread.c
+++ b/
gdb/bsd-uthread.c
@@
-320,8
+320,9
@@
bsd_uthread_store_registers (int regnum)
static LONGEST
bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object,
- const char *annex, void *readbuf,
- const void *writebuf, ULONGEST offset, LONGEST len)
+ const char *annex, gdb_byte *readbuf,
+ const gdb_byte *writebuf,
+ ULONGEST offset, LONGEST len)
{
gdb_assert (ops->beneath->to_xfer_partial);
return ops->beneath->to_xfer_partial (ops->beneath, object, annex, readbuf,