meson: check for ppoll() as well

This commit is contained in:
Tim-Philipp Müller 2017-06-29 09:10:04 +01:00
parent 41bb7c66e2
commit 97dde4b0cc

View file

@ -166,6 +166,7 @@ check_functions = [
'fseeko',
'ftello',
'poll',
'ppoll',
'pselect',
'getpagesize',
'clock_gettime',