summaryrefslogtreecommitdiff
path: root/libps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-13 22:23:15 +0000
committerRoland McGrath <roland@gnu.org>2002-05-13 22:23:15 +0000
commite97ff727a16e8e840c127125e55a034250ced5b5 (patch)
treeaa47896c9cd6e1dc226ab902043c18bc208f486b /libps
parent1178d0fe3f090467c99b9536459c7617553f49be (diff)
2002-05-13 Roland McGrath <roland@frob.com>
* ps.h (proc_stat_state_tags): Make decl extern, not common.
Diffstat (limited to 'libps')
-rw-r--r--libps/ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/ps.h b/libps/ps.h
index 84015d31..eb9a4cd8 100644
--- a/libps/ps.h
+++ b/libps/ps.h
@@ -400,7 +400,7 @@ struct proc_stat
/* This is a constant string holding a single character for each possible bit
in a proc_stats STATE field, in order from bit zero. These are intended
for printing a user-readable summary of a process's state. */
-char *proc_stat_state_tags;
+extern char *proc_stat_state_tags;
/* Process info accessor functions.