summaryrefslogtreecommitdiff
path: root/tests/test-unistd-c++.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-unistd-c++.cc')
-rw-r--r--tests/test-unistd-c++.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-unistd-c++.cc b/tests/test-unistd-c++.cc
index e6a6952a5a..8ba7a044a7 100644
--- a/tests/test-unistd-c++.cc
+++ b/tests/test-unistd-c++.cc
@@ -24,6 +24,10 @@
#include "signature.h"
+#if GNULIB_TEST_ACCESS
+SIGNATURE_CHECK (GNULIB_NAMESPACE::access, int, (const char *, int));
+#endif
+
#if GNULIB_TEST_CHDIR
SIGNATURE_CHECK (GNULIB_NAMESPACE::chdir, int, (const char *));
#endif