OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix ARI warning.
2018-12-12 Philippe Waroquiers <philippe.waroquiers@skynet.be> * nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward declare on one line to fix ARI warning.
This commit is contained in:
parent
b001de2320
commit
c8749e5810
@ -1,3 +1,8 @@
|
|||||||
|
2018-12-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
|
||||||
|
|
||||||
|
* nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
|
||||||
|
declare on one line to fix ARI warning.
|
||||||
|
|
||||||
2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
|
2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||||
|
|
||||||
* infrun.c (infcall_suspend_state::infcall_suspend_state): New.
|
* infrun.c (infcall_suspend_state::infcall_suspend_state): New.
|
||||||
|
@ -1274,8 +1274,7 @@ linux_xfer_osdata_modules (struct buffer *buffer)
|
|||||||
buffer_grow_str0 (buffer, "</osdata>\n");
|
buffer_grow_str0 (buffer, "</osdata>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void linux_xfer_osdata_info_os_types (struct buffer *buffer);
|
||||||
linux_xfer_osdata_info_os_types (struct buffer *buffer);
|
|
||||||
|
|
||||||
struct osdata_type {
|
struct osdata_type {
|
||||||
const char *type;
|
const char *type;
|
||||||
|
Loading…
Reference in New Issue
Block a user