mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 13:43:40 +08:00
Workaround for <sys/event.h> update
This commit is contained in:
@@ -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__ */
|
||||||
|
Reference in New Issue
Block a user