]> 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>
Sat, 5 May 2018 21:20:12 +0000 (07:20 +1000)
commit61a9a5422902cfda249f3168d40c335a2a8f4efc
treeb641accf7f6a7a172cf71d872df89cdf0062f698
parent1f95cfe8a67d255105192c368f682c83e10fb89c
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
lib/signals.c