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:
David van Moolenbroek
2013-10-27 01:24:15 +02:00
committed by Lionel Sambuc
parent f30a16b159
commit 4d4e70daaa
20 changed files with 38 additions and 289 deletions

View File

@@ -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;
}