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>
Mon, 3 Jul 2017 19:49:20 +0000 (20:49 +0100)
meson.build

index b3952a9..ca5bb65 100644 (file)
@@ -166,6 +166,7 @@ check_functions = [
   'fseeko',
   'ftello',
   'poll',
+  'ppoll',
   'pselect',
   'getpagesize',
   'clock_gettime',