summaryrefslogtreecommitdiff
path: root/tests/test-unistd-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-21 14:38:25 +0100
committerBruno Haible <bruno@clisp.org>2010-03-21 14:38:25 +0100
commit116440ae18064c1495285a42767547b3ffa418d4 (patch)
treed17e45f11db3b021655f26d006e2ac5a940e7a9e /tests/test-unistd-c++.cc
parent40218e27c3251dd94dfc2a7bfecd14d4148d782b (diff)
downloadgnulib-116440ae18064c1495285a42767547b3ffa418d4.tar.gz
New module 'ttyname_r'.
Diffstat (limited to 'tests/test-unistd-c++.cc')
-rw-r--r--tests/test-unistd-c++.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-unistd-c++.cc b/tests/test-unistd-c++.cc
index 679ba85b52..f185e1b9a5 100644
--- a/tests/test-unistd-c++.cc
+++ b/tests/test-unistd-c++.cc
@@ -165,6 +165,11 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::symlinkat, int,
(char const *, int, char const *));
#endif
+#if GNULIB_TTYNAME_R
+SIGNATURE_CHECK (GNULIB_NAMESPACE::ttyname_r, int,
+ (int fd, char *buf, size_t buflen));
+#endif
+
#if GNULIB_UNLINK
SIGNATURE_CHECK (GNULIB_NAMESPACE::unlink, int, (char const *));
#endif