diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-13 22:23:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-13 22:23:15 +0000 |
commit | e97ff727a16e8e840c127125e55a034250ced5b5 (patch) | |
tree | aa47896c9cd6e1dc226ab902043c18bc208f486b /libps | |
parent | 1178d0fe3f090467c99b9536459c7617553f49be (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |