Constify display_tib

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

	* windows-tdep.c (display_tib): Constify.
This commit is contained in:
Tom Tromey 2017-09-09 21:22:05 -06:00
parent 5b64bf744c
commit c281872eec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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)

View File

@ -361,7 +361,7 @@ display_one_tib (ptid_t ptid)
/* 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);