X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-unistd-c%2B%2B.cc;h=12e415b002d5c75842b4afdbd8264911eb91764e;hb=f4293d352452dd3c03c81ea1e14a4d3dcd050de7;hp=7af68b110b6f94cd755b9d4c592ebe821d727f4b;hpb=1594aaeaab7775c1de2d6fcaeaa002d621f6dae3;p=gnulib.git diff --git a/tests/test-unistd-c++.cc b/tests/test-unistd-c++.cc index 7af68b110..12e415b00 100644 --- a/tests/test-unistd-c++.cc +++ b/tests/test-unistd-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 @@ -112,6 +112,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::setusershell, void, (void)); SIGNATURE_CHECK (GNULIB_NAMESPACE::endusershell, void, (void)); #endif +#if GNULIB_TEST_GROUP_MEMBER +SIGNATURE_CHECK (GNULIB_NAMESPACE::group_member, int, (gid_t)); +#endif + #if GNULIB_TEST_LCHOWN SIGNATURE_CHECK (GNULIB_NAMESPACE::lchown, int, (char const *, uid_t, gid_t)); #endif