mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
11584c8f53
Apparently the signal masks in /proc/status are off-by-one, ie. bit 0 represents signal 1. In original pgrep signal 0 results in matching signal 64 so replicate this behaviour also.