mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 19:40:57 +08:00
Move content to new <machine/rtems-bsd-support.h>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
*/
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@@ -38,6 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/score/objectimpl.h>
|
||||
#include <rtems/score/threaddispatch.h>
|
||||
|
@@ -59,5 +59,5 @@ DELAY(int usec)
|
||||
}
|
||||
|
||||
sc = rtems_task_wake_after(ticks);
|
||||
BSD_ASSERT_SC(sc);
|
||||
BSD_ASSERT(sc == RTEMS_SUCCESSFUL);
|
||||
}
|
||||
|
@@ -38,6 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
|
@@ -39,6 +39,7 @@
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-thread.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/score/objectimpl.h>
|
||||
#include <rtems/rtems/attrimpl.h>
|
||||
|
@@ -38,6 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/score/objectimpl.h>
|
||||
#include <rtems/posix/rwlockimpl.h>
|
||||
|
@@ -39,6 +39,7 @@
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-thread.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
|
@@ -46,11 +46,11 @@
|
||||
void
|
||||
psignal(struct proc *p, int sig)
|
||||
{
|
||||
BSD_PANIC("not implemented");
|
||||
BSD_ASSERT(0);
|
||||
}
|
||||
|
||||
void pgsigio(struct sigio **sigiop, int sig, int checkctty)
|
||||
{
|
||||
|
||||
BSD_PANIC("not implemented");
|
||||
BSD_ASSERT(0);
|
||||
}
|
||||
|
@@ -38,6 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/score/objectimpl.h>
|
||||
#include <rtems/rtems/attrimpl.h>
|
||||
|
@@ -39,6 +39,7 @@
|
||||
|
||||
#include <machine/rtems-bsd-config.h>
|
||||
#include <machine/rtems-bsd-thread.h>
|
||||
#include <machine/rtems-bsd-support.h>
|
||||
|
||||
#include <rtems/bsd/sys/param.h>
|
||||
#include <rtems/bsd/sys/types.h>
|
||||
|
Reference in New Issue
Block a user