diff options
Diffstat (limited to 'gdb/common/linux-osdata.h')
-rw-r--r-- | gdb/common/linux-osdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/linux-osdata.h b/gdb/common/linux-osdata.h index 73def86..e9d4f3c 100644 --- a/gdb/common/linux-osdata.h +++ b/gdb/common/linux-osdata.h @@ -24,6 +24,6 @@ extern int linux_common_core_of_thread (ptid_t ptid); extern LONGEST linux_common_xfer_osdata (const char *annex, gdb_byte *readbuf, - ULONGEST offset, LONGEST len); + ULONGEST offset, ULONGEST len); #endif |