mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-28 17:49:33 +08:00
Workaround for <sys/event.h> update
This commit is contained in:
parent
fbfdc2b141
commit
750b2d4294
@ -71,6 +71,8 @@ __FBSDID("$FreeBSD$");
|
|||||||
#ifdef __rtems__
|
#ifdef __rtems__
|
||||||
#include <machine/rtems-bsd-syscall-api.h>
|
#include <machine/rtems-bsd-syscall-api.h>
|
||||||
|
|
||||||
|
#define KN_INFLUX 0x10 /* knote is in flux */
|
||||||
|
|
||||||
/* Maintain a global kqueue list on RTEMS */
|
/* Maintain a global kqueue list on RTEMS */
|
||||||
static struct kqlist fd_kqlist;
|
static struct kqlist fd_kqlist;
|
||||||
#endif /* __rtems__ */
|
#endif /* __rtems__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user