diff options
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 453505b..1acb6ce0 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1580,7 +1580,7 @@ info_auto_load_libthread_db_compare (const void *ap, const void *bp) /* Implement 'info auto-load libthread-db'. */ static void -info_auto_load_libthread_db (char *args, int from_tty) +info_auto_load_libthread_db (const char *args, int from_tty) { struct ui_out *uiout = current_uiout; const char *cs = args ? args : ""; |