mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 04:46:27 +08:00
Added empty method for pgsigio.
This commit is contained in:
@@ -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");
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user