X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-termios-c%2B%2B.cc;h=c4255bb6c5835066448672134baa15c0523c4bbd;hb=18c7880d06e42284d765ef2cb7be4019fdcd9281;hp=e2ea11a1dfc8a1ea4acadb133ea4cd8e7da6b569;hpb=f963ec24bef79448bbd49b373f0ec84c4221ada6;p=gnulib.git diff --git a/tests/test-termios-c++.cc b/tests/test-termios-c++.cc index e2ea11a1d..c4255bb6c 100644 --- a/tests/test-termios-c++.cc +++ b/tests/test-termios-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,6 +24,11 @@ #include "signature.h" +#if GNULIB_TEST_TCGETSID +SIGNATURE_CHECK (GNULIB_NAMESPACE::tcgetsid, pid_t, (int)); +#endif + + int main () {