Use sigprocmask rather than sigblock/sigsetmask.
No effect right now, because sigprocmask on LP32 also only touches the non-RT signals, but this makes it easier to switch to __rt_sigprocmask. Bug: http://b/72460436 Test: ran tests Change-Id: I693f0ea36701e9ab5d10e6aefb26387ba45a6064
Loading
Please sign in to comment