X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-sys_select-c%2B%2B.cc;h=311b8f007bcbfea9a66a7a7a2e30371f990d2606;hb=1d71dc7c690b5fe61e3e0c06303ffb59434bba4b;hp=fcf867a186dba2d3ecd834247f783b4ad5bfa1ad;hpb=c1735278a87953229d5c01477086fe715fb0df48;p=gnulib.git diff --git a/tests/test-sys_select-c++.cc b/tests/test-sys_select-c++.cc index fcf867a18..311b8f007 100644 --- a/tests/test-sys_select-c++.cc +++ b/tests/test-sys_select-c++.cc @@ -1,5 +1,5 @@ /* Test of substitute in C++ mode. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,13 @@ #include "signature.h" -#if GNULIB_SELECT +#if GNULIB_TEST_PSELECT +SIGNATURE_CHECK (GNULIB_NAMESPACE::pselect, int, + (int, fd_set *restrict, fd_set *restrict, fd_set *restrict, + struct timespec const *restrict, sigset_t const *restrict)); +#endif + +#if GNULIB_TEST_SELECT SIGNATURE_CHECK (GNULIB_NAMESPACE::select, int, (int, fd_set *, fd_set *, fd_set *, struct timeval *)); #endif