X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-h-c%2B%2B.cc;h=6e8b246a237f59ae505e64d302fb79dc5a4c6a49;hb=aae58b6f7bd0f7c2f38e05eb005b76c164c5c1f7;hp=8b694259974bb5e674e1dbdf4fcbce8b0d6813c0;hpb=9425bf471bd4ea40f917930fb28accbfe5404353;p=gnulib.git diff --git a/tests/test-fcntl-h-c++.cc b/tests/test-fcntl-h-c++.cc index 8b6942599..6e8b246a2 100644 --- a/tests/test-fcntl-h-c++.cc +++ b/tests/test-fcntl-h-c++.cc @@ -24,15 +24,15 @@ #include "signature.h" -#if GNULIB_FCNTL +#if GNULIB_TEST_FCNTL SIGNATURE_CHECK (GNULIB_NAMESPACE::fcntl, int, (int, int, ...)); #endif -#if GNULIB_OPEN +#if GNULIB_TEST_OPEN SIGNATURE_CHECK (GNULIB_NAMESPACE::open, int, (const char *, int, ...)); #endif -#if GNULIB_OPENAT +#if GNULIB_TEST_OPENAT SIGNATURE_CHECK (GNULIB_NAMESPACE::openat, int, (int, char const *, int, ...)); #endif