X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-pty-c%2B%2B.cc;h=26b3a3434028203d275261803a61ed98982524a9;hb=6fd3d63e394795d7da5189d7759907c2a305c075;hp=1f1cefe7665070abc483921d14dfddf6130d4aa6;hpb=a58aa3c84be6852eb907b52446b0636ffd236a5b;p=gnulib.git diff --git a/tests/test-pty-c++.cc b/tests/test-pty-c++.cc index 1f1cefe76..26b3a3434 100644 --- a/tests/test-pty-c++.cc +++ b/tests/test-pty-c++.cc @@ -24,13 +24,13 @@ #include "signature.h" -#if GNULIB_FORKPTY +#if GNULIB_TEST_FORKPTY SIGNATURE_CHECK (GNULIB_NAMESPACE::forkpty, int, (int *, char *, struct termios const *, struct winsize const *)); #endif -#if GNULIB_OPENPTY +#if GNULIB_TEST_OPENPTY SIGNATURE_CHECK (GNULIB_NAMESPACE::openpty, int, (int *, int *, char *, struct termios const *, struct winsize const *));