* remote.c (remote_write_bytes_aux): Doc fix.
This commit is contained in:
parent
8384fb8f0c
commit
f08799f98e
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-09-22 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* remote.c (remote_write_bytes_aux): Doc fix.
|
||||||
|
|
||||||
2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
|
2006-09-21 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
Daniel Jacobowitz <dan@codesourcery.com>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
|
|
@ -3889,8 +3889,6 @@ check_binary_download (CORE_ADDR addr)
|
||||||
are omitted.
|
are omitted.
|
||||||
|
|
||||||
Returns the number of bytes transferred, or 0 (setting errno) for
|
Returns the number of bytes transferred, or 0 (setting errno) for
|
||||||
|
|
||||||
Returns number of bytes transferred, or 0 (setting errno) for
|
|
||||||
error. Only transfer a single packet. */
|
error. Only transfer a single packet. */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue