X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-signal-c%2B%2B.cc;h=a38d2b555200ed96429438c81bf11d6646e5cf8b;hb=4c55ba7831f4ce8d3c7addcb20be418330a22239;hp=e5457aeeec0ce45a5967a4fb838cc699f5f71d3a;hpb=510b2bf108ca682cdea543eef413b53622a62e31;p=gnulib.git diff --git a/tests/test-signal-c++.cc b/tests/test-signal-c++.cc index e5457aeee..a38d2b555 100644 --- a/tests/test-signal-c++.cc +++ b/tests/test-signal-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,7 @@ #include "signature.h" -#if GNULIB_SIGPROCMASK +#if GNULIB_TEST_SIGPROCMASK SIGNATURE_CHECK (GNULIB_NAMESPACE::sigismember, int, (const sigset_t *, int)); SIGNATURE_CHECK (GNULIB_NAMESPACE::sigemptyset, int, (sigset_t *)); SIGNATURE_CHECK (GNULIB_NAMESPACE::sigaddset, int, (sigset_t *, int)); @@ -39,7 +39,7 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::signal, SIGNATURE_CHECK (GNULIB_NAMESPACE::raise, int, (int)); #endif -#if GNULIB_SIGACTION +#if GNULIB_TEST_SIGACTION SIGNATURE_CHECK (GNULIB_NAMESPACE::sigaction, int, (int, const struct sigaction *, struct sigaction *)); #endif