diff options
Diffstat (limited to 'gdb/nat/linux-osdata.c')
-rw-r--r-- | gdb/nat/linux-osdata.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-osdata.c b/gdb/nat/linux-osdata.c index 2417a468bd1..ba2e5a5d8fe 100644 --- a/gdb/nat/linux-osdata.c +++ b/gdb/nat/linux-osdata.c @@ -1627,9 +1627,9 @@ linux_xfer_osdata_modules (gdb_byte *readbuf, } struct osdata_type { - char *type; - char *title; - char *description; + const char *type; + const char *title; + const char *description; LONGEST (*getter) (gdb_byte *readbuf, ULONGEST offset, ULONGEST len); } osdata_table[] = { { "cpus", "CPUs", "Listing of all cpus/cores on the system", |