Move "get max pid" code into platform specific area.

This commit is contained in:
Hisham Muhammad
2014-11-27 20:10:23 -02:00
parent 5578a316f0
commit b4f6b11092
5 changed files with 19 additions and 8 deletions

View File

@ -179,7 +179,7 @@ extern const int Process_fieldFlags[];
extern const char *Process_fieldTitles[];
void Process_getMaxPid();
void Process_setupColumnWidths();
#define ONE_K 1024L
#define ONE_M (ONE_K * ONE_K)