mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 21:50:04 +08:00
Delete psignal() definition
This commit is contained in:
parent
53441c049a
commit
bc6dabab31
@ -317,7 +317,6 @@
|
||||
#define ohci_resume _bsd_ohci_resume
|
||||
#define ohci_suspend _bsd_ohci_suspend
|
||||
#define panic _bsd_panic
|
||||
#define psignal _bsd_psignal
|
||||
#define root_bus_configure _bsd_root_bus_configure
|
||||
#define scsi_inquiry _bsd_scsi_inquiry
|
||||
#define scsi_print_inquiry _bsd_scsi_print_inquiry
|
||||
|
@ -43,12 +43,6 @@
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signalvar.h>
|
||||
|
||||
void
|
||||
psignal(struct proc *p, int sig)
|
||||
{
|
||||
BSD_ASSERT(0);
|
||||
}
|
||||
|
||||
void pgsigio(struct sigio **sigiop, int sig, int checkctty)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user