]> granicus.if.org Git - procps-ng/commit
library: check not undef SIGLOST
authorCraig Small <csmall@enc.com.au>
Thu, 3 May 2018 11:06:05 +0000 (21:06 +1000)
committerCraig Small <csmall@enc.com.au>
Thu, 3 May 2018 11:06:05 +0000 (21:06 +1000)
commit75bd099420ac78626df8544e442b869ea38dcaa3
tree58d9daeb1804720ac7a3a8e0534e2b7dcbbb8763
parentca07bcad4df108b458c888b76fa19b16ec6de1c6
library: check not undef SIGLOST

sig.c had this odd logic where on non-Hurd systems it would undefine
SIGLOST. Fine for Hurd or amd64 Linux systems. Bad for a sparc which
has SIGLOST defined *and* is not Hurd.

Just check its defined, its much simpler.
NEWS
proc/sig.c