=================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/debug.txh,v retrieving revision 1.9 retrieving revision 1.10 diff -p -u -r1.9 -r1.10 --- djgpp/src/libc/debug.txh 2008/08/25 22:25:19 1.9 +++ /cvs/djgpp/djgpp/src/libc/debug.txh 2015/05/24 10:25:26 1.10 @@ -284,7 +284,7 @@ debugger's standard handle is redirected @example #include -void read_child (unsigned child_addr, void *buf, unsigned len); +int read_child (unsigned child_addr, void *buf, unsigned len); @end example @subheading Description @@ -316,7 +316,7 @@ the limits of the debuggee's code segmen @example #include -void write_child (unsigned child_addr, void *buf, unsigned len); +int write_child (unsigned child_addr, void *buf, unsigned len); @end example @subheading Description @@ -349,8 +349,8 @@ the limits of the debuggee's code segmen @example #include -void read_sel_addr (unsigned offset, void *buf, unsigned len, - unsigned sel); +int read_sel_addr (unsigned offset, void *buf, unsigned len, + unsigned sel); @end example @subheading Description @@ -379,8 +379,8 @@ the limits of the segment whose selector @example #include -void write_sel_addr (unsigned sel, unsigned offset, - void *buf, unsigned len); +int write_sel_addr (unsigned sel, unsigned offset, + void *buf, unsigned len); @end example @subheading Description