add slabtop, fix top ^Z terminal handling
This commit is contained in:
@ -68,6 +68,8 @@
|
||||
#define LABEL_OFFSET
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_ARG(a) #a
|
||||
#define STRINGIFY(a) STRINGIFY_ARG(a)
|
||||
|
||||
// marks old junk, to warn non-procps library users
|
||||
#if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
|
||||
|
Reference in New Issue
Block a user