library: expanded to provide for the 'executable path'
This patch is the first of three implementing a newlib branch version of that Jan Rybar master merge request. With this series we'll ultimately extend 'EXE' support to both ps and top (plus, everyone else who wants it). Reference(s): . master branch merge request https://gitlab.com/procps-ng/procps/merge_requests/66 Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -43,6 +43,7 @@ enum pids_item {
|
||||
PIDS_CMDLINE_V, // strv
|
||||
PIDS_ENVIRON, // str
|
||||
PIDS_ENVIRON_V, // strv
|
||||
PIDS_EXE, // str
|
||||
PIDS_EXIT_SIGNAL, // s_int
|
||||
PIDS_FLAGS, // ul_int
|
||||
PIDS_FLT_MAJ, // ul_int
|
||||
|
Reference in New Issue
Block a user