X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fnat%2Flinux-procfs.c;h=55487507d00cf7b519e36dff86d5abfc2a5dbc46;hb=5c3284c1ec2edc28b0697532fd094d93d5ecf31b;hp=cca35cbf1d4fbd093146695962b499f05b912efe;hpb=5c811d30d12b6f7c6c6f4ce6d03408d987154548;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/nat/linux-procfs.c b/gdb/nat/linux-procfs.c index cca35cbf1d..55487507d0 100644 --- a/gdb/nat/linux-procfs.c +++ b/gdb/nat/linux-procfs.c @@ -1,5 +1,5 @@ /* Linux-specific PROCFS manipulation routines. - Copyright (C) 2009-2017 Free Software Foundation, Inc. + Copyright (C) 2009-2018 Free Software Foundation, Inc. This file is part of GDB. @@ -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]) {