meson: check for ppoll() as well

This commit is contained in:
Tim-Philipp Müller 2017-06-29 09:10:04 +01:00
parent 55ccfd4760
commit a405aedde8

View file

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