mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 16:19:16 +08:00
wpa: Use CONFIG_ELOOP_KQUEUE
This avoids issues with the fd_set size.
This commit is contained in:
parent
dd3f119d3b
commit
93519fa764
@ -16,6 +16,9 @@
|
|||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "eloop.h"
|
#include "eloop.h"
|
||||||
|
|
||||||
|
#ifdef __rtems__
|
||||||
|
#define CONFIG_ELOOP_KQUEUE
|
||||||
|
#endif /* __rtems__ */
|
||||||
#if defined(CONFIG_ELOOP_POLL) && defined(CONFIG_ELOOP_EPOLL)
|
#if defined(CONFIG_ELOOP_POLL) && defined(CONFIG_ELOOP_EPOLL)
|
||||||
#error Do not define both of poll and epoll
|
#error Do not define both of poll and epoll
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user