Skip to content

Commit

Permalink
Enable Linux epoll syscall to get rid of warning error creating epoll…
Browse files Browse the repository at this point in the history
… fd: Function not implemented
  • Loading branch information
Sebastian-Roth committed Mar 8, 2019
1 parent 3cdb08d commit 2381c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/kernelx64.config
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/kernelx86.config
Expand Up @@ -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
Expand Down

0 comments on commit 2381c30

Please sign in to comment.