1dnl 2dnl Copyright (c) 2016 Fujitsu Ltd. 3dnl Author: Guangwen Feng <fenggw-fnst@cn.fujitsu.com> 4dnl 5dnl This program is free software; you can redistribute it and/or modify 6dnl it under the terms of the GNU General Public License as published by 7dnl the Free Software Foundation; either version 2 of the License, or 8dnl (at your option) any later version. 9dnl 10dnl This program is distributed in the hope that it will be useful, 11dnl but WITHOUT ANY WARRANTY; without even the implied warranty of 12dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 13dnl the GNU General Public License for more details. 14dnl 15dnl You should have received a copy of the GNU General Public License 16dnl along with this program. 17dnl 18 19dnl 20dnl LTP_CHECK_EPOLL_PWAIT 21dnl ---------------------------- 22dnl 23AC_DEFUN([LTP_CHECK_EPOLL_PWAIT],[ 24AC_CHECK_FUNCS(epoll_pwait,,) 25]) 26