mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 06:44:44 +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 "eloop.h"
|
||||
|
||||
#ifdef __rtems__
|
||||
#define CONFIG_ELOOP_KQUEUE
|
||||
#endif /* __rtems__ */
|
||||
#if defined(CONFIG_ELOOP_POLL) && defined(CONFIG_ELOOP_EPOLL)
|
||||
#error Do not define both of poll and epoll
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user