mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 23:45:41 +08:00
Added empty method for pgsigio.
This commit is contained in:
parent
1e3e818826
commit
29c954fa79
@ -31,3 +31,9 @@ psignal(struct proc *p, int sig)
|
|||||||
{
|
{
|
||||||
BSD_PANIC("not implemented");
|
BSD_PANIC("not implemented");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void pgsigio(struct sigio **sigiop, int sig, int checkctty)
|
||||||
|
{
|
||||||
|
|
||||||
|
BSD_PANIC("not implemented");
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user