summaryrefslogtreecommitdiff
path: root/procrank
diff options
context:
space:
mode:
Diffstat (limited to 'procrank')
-rw-r--r--procrank/procrank.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/procrank/procrank.c b/procrank/procrank.c
index 28d6f251..061f40f4 100644
--- a/procrank/procrank.c
+++ b/procrank/procrank.c
@@ -133,6 +133,7 @@ int main(int argc, char *argv[]) {
int arg;
size_t i, j;
+ signal(SIGPIPE, SIG_IGN);
compfn = &sort_by_pss;
order = -1;
ws = WS_OFF;