Re: [PATCH v3] arm: OABI compat: fix build when EPOLL is not enabled

2021-02-20 Thread Nicolas Pitre
On Sat, 20 Feb 2021, Randy Dunlap wrote: > When CONFIG_EPOLL is not set/enabled, sys_oabi-compat.c has build > errors. Fix these by surrounding them with ifdef CONFIG_EPOLL/endif > and providing stubs for the "EPOLL is not set" case. > > ../arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi

[PATCH v3] arm: OABI compat: fix build when EPOLL is not enabled

2021-02-20 Thread Randy Dunlap
When CONFIG_EPOLL is not set/enabled, sys_oabi-compat.c has build errors. Fix these by surrounding them with ifdef CONFIG_EPOLL/endif and providing stubs for the "EPOLL is not set" case. ../arch/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_ctl': ../arch/arm/kernel/sys_oabi-compat.c:25