-
Lukasz Kotula authored
Description: On arm64 there are multiple definitions for syscalls deprecated Solution: Application instead using deprecated __NR_epoll_wait will use __NR_epoll_pwait (if its defined in unistd.h). Reviewed-by:
Andrzej Religa <andrzej.religa@oracle.org> Reviewed-by:
Tor Didriksen <tor.didriksen@oracle.com> RB: 11970 (cherry picked from commit ef7246394c97ede92c19a06ea14fd605d43c1ec2)
Lukasz Kotula authoredDescription: On arm64 there are multiple definitions for syscalls deprecated Solution: Application instead using deprecated __NR_epoll_wait will use __NR_epoll_pwait (if its defined in unistd.h). Reviewed-by:
Andrzej Religa <andrzej.religa@oracle.org> Reviewed-by:
Tor Didriksen <tor.didriksen@oracle.com> RB: 11970 (cherry picked from commit ef7246394c97ede92c19a06ea14fd605d43c1ec2)
Loading