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