Workaround for <sys/event.h> update

This commit is contained in:
Sebastian Huber 2017-01-09 14:54:21 +01:00
parent fbfdc2b141
commit 750b2d4294

View File

@ -71,6 +71,8 @@ __FBSDID("$FreeBSD$");
#ifdef __rtems__
#include <machine/rtems-bsd-syscall-api.h>
#define KN_INFLUX 0x10 /* knote is in flux */
/* Maintain a global kqueue list on RTEMS */
static struct kqlist fd_kqlist;
#endif /* __rtems__ */