mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-12 20:42:28 -05:00
Enable Linux epoll syscall to get rid of warning error creating epoll fd: Function not implemented
This commit is contained in:
@@ -148,7 +148,7 @@ CONFIG_PCSPKR_PLATFORM=y
|
||||
CONFIG_BASE_FULL=y
|
||||
CONFIG_FUTEX=y
|
||||
CONFIG_FUTEX_PI=y
|
||||
# CONFIG_EPOLL is not set
|
||||
CONFIG_EPOLL=y
|
||||
CONFIG_SIGNALFD=y
|
||||
CONFIG_TIMERFD=y
|
||||
CONFIG_EVENTFD=y
|
||||
|
||||
@@ -146,7 +146,7 @@ CONFIG_PCSPKR_PLATFORM=y
|
||||
CONFIG_BASE_FULL=y
|
||||
CONFIG_FUTEX=y
|
||||
CONFIG_FUTEX_PI=y
|
||||
# CONFIG_EPOLL is not set
|
||||
CONFIG_EPOLL=y
|
||||
CONFIG_SIGNALFD=y
|
||||
CONFIG_TIMERFD=y
|
||||
CONFIG_EVENTFD=y
|
||||
|
||||
Reference in New Issue
Block a user