Added empty method for pgsigio.

This commit is contained in:
Jennifer Averett 2012-04-18 10:30:25 -05:00
parent 1e3e818826
commit 29c954fa79

View File

@ -31,3 +31,9 @@ psignal(struct proc *p, int sig)
{
BSD_PANIC("not implemented");
}
void pgsigio(struct sigio **sigiop, int sig, int checkctty)
{
BSD_PANIC("not implemented");
}