mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 01:42:49 +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");
|
||||
}
|
||||
|
||||
void pgsigio(struct sigio **sigiop, int sig, int checkctty)
|
||||
{
|
||||
|
||||
BSD_PANIC("not implemented");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user