btrace: prepare for throwing exceptions when enabling btrace
[deliverable/binutils-gdb.git] / gdb / nat / linux-procfs.c
index cca35cbf1d4fbd093146695962b499f05b912efe..55487507d00cf7b519e36dff86d5abfc2a5dbc46 100644 (file)
@@ -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])
     {
This page took 0.023299 seconds and 4 git commands to generate.