diff options
Diffstat (limited to 'gdb/nat')
-rw-r--r-- | gdb/nat/linux-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nat/linux-procfs.c b/gdb/nat/linux-procfs.c index cca35cbf1d4..8020a431cc1 100644 --- a/gdb/nat/linux-procfs.c +++ b/gdb/nat/linux-procfs.c @@ -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]) { |