Rename _const functions to use overloading instead
[deliverable/binutils-gdb.git] / gdb / nat / linux-procfs.c
index cca35cbf1d4fbd093146695962b499f05b912efe..8020a431cc12c7bc4e19e9fe8a102bb7321ae380 100644 (file)
@@ -96,7 +96,7 @@ enum proc_state
 static enum proc_state
 parse_proc_status_state (const char *state)
 {
-  state = skip_spaces_const (state);
+  state = skip_spaces (state);
 
   switch (state[0])
     {
This page took 0.024759 seconds and 4 git commands to generate.