Rename _const functions to use overloading instead
[deliverable/binutils-gdb.git] / gdb / linux-thread-db.c
index 6567e93b06691e1fc6a0704d5206173ea83531f4..0e16f6a0d3f9d06d1a5f944ccdaf7d8c3732098d 100644 (file)
@@ -1560,7 +1560,7 @@ info_auto_load_libthread_db (char *args, int from_tty)
   char *pids;
   int i;
 
-  cs = skip_spaces_const (cs);
+  cs = skip_spaces (cs);
   if (*cs)
     error (_("'info auto-load libthread-db' does not accept any parameters"));
 
This page took 0.024424 seconds and 4 git commands to generate.