meson: check for ppoll() as well
authorTim-Philipp Müller <tim@centricular.com>
Thu, 29 Jun 2017 08:10:04 +0000 (09:10 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 29 Jun 2017 08:10:04 +0000 (09:10 +0100)
meson.build

index 3779ec5..6fa2df0 100644 (file)
@@ -162,6 +162,7 @@ check_functions = [
   'fseeko',
   'ftello',
   'poll',
+  'ppoll',
   'pselect',
   'getpagesize',
   'clock_gettime',