radv: fix radv secure compile feature breaks compilation on armhf EABI and aarch64
authorLuis Mendes <luis.p.mendes@gmail.com>
Sat, 9 Nov 2019 23:21:05 +0000 (23:21 +0000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 12 Nov 2019 00:47:20 +0000 (11:47 +1100)
commit0cb5c96a83e3da2986fc8219b10671a7caea9ee5
treeea486c4564d93d1ca3c47610f4e25a8f40191639
parent3a23af9f44dd9855e6080b76bb972acd6e4ab569
radv: fix radv secure compile feature breaks compilation on armhf EABI and aarch64

__NR_select is not defined the same way across architectures, sometimes is
not even defined, like in armhf EABI and aarch64.

Signed-off-by: Luis Mendes <luis.p.mendes@gmail.com>
Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
Acked-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2042
src/amd/vulkan/radv_device.c