X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-termios-c%2B%2B.cc;h=36f455e300a86a822f5be1890afccb994679602c;hb=4779b635ef35c7b0bc4044fcb5bc746d06f158c4;hp=e2ea11a1dfc8a1ea4acadb133ea4cd8e7da6b569;hpb=f963ec24bef79448bbd49b373f0ec84c4221ada6;p=gnulib.git diff --git a/tests/test-termios-c++.cc b/tests/test-termios-c++.cc index e2ea11a1d..36f455e30 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-2013 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 () {