gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* windows-tdep.c (display_tib): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
+ * windows-tdep.c (display_tib): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* linux-fork.c (delete_checkpoint_command)
(detach_checkpoint_command): Constify.
/* Display thread information block of the current thread. */
static void
-display_tib (char * args, int from_tty)
+display_tib (const char * args, int from_tty)
{
if (!ptid_equal (inferior_ptid, null_ptid))
display_one_tib (inferior_ptid);