Constify add_info
[deliverable/binutils-gdb.git] / gdb / nto-procfs.c
index eb74c71132221349213f61e15c7c13837fb4e0fe..1da1a98f93d3422b1ba27c23669c0fe4cdc09ec9 100644 (file)
@@ -359,7 +359,7 @@ do_closedir_cleanup (void *dir)
 }
 
 static void
-procfs_pidlist (char *args, int from_tty)
+procfs_pidlist (const char *args, int from_tty)
 {
   DIR *dp = NULL;
   struct dirent *dirp = NULL;
@@ -461,7 +461,7 @@ procfs_pidlist (char *args, int from_tty)
 }
 
 static void
-procfs_meminfo (char *args, int from_tty)
+procfs_meminfo (const char *args, int from_tty)
 {
   procfs_mapinfo *mapinfos = NULL;
   static int num_mapinfos = 0;
This page took 0.027213 seconds and 4 git commands to generate.