PM: remove obsolete ALARM, PAUSE, TIMES calls
NetBSD libc implements these as wrappers around setitimer(2), sigsuspend(2), and getrusage(2), respectively. Change-Id: I0c5e725b3e1316bddd3a3ff7ef65d57d30afd10d
This commit is contained in:
@@ -193,7 +193,6 @@ static char *prrecv(struct pstat *ps)
|
||||
blkstr = "?";
|
||||
if (ps->ps_recv == PM_PROC_NR) {
|
||||
switch (ps->ps_pstate) {
|
||||
case PSTATE_PAUSED: blkstr = "pause"; break;
|
||||
case PSTATE_WAITING: blkstr = "wait"; break;
|
||||
case PSTATE_SIGSUSP: blkstr = "sigsusp"; break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user