+2017-05-05 Bruno Haible <bruno@clisp.org>
+
+ unistd-c++-tests: Update.
+ * tests/test-unistd-c++.cc (isatty): Declare, missing since 2012-01-03.
+ (read): Declare, missing since 2011-04-15.
+ (sethostname): Declare, missing since 2011-12-03.
+
2017-05-05 Bruno Haible <bruno@clisp.org>
time-c++-tests: Update.
SIGNATURE_CHECK (GNULIB_NAMESPACE::group_member, int, (gid_t));
#endif
+#if GNULIB_TEST_ISATTY
+SIGNATURE_CHECK (GNULIB_NAMESPACE::isatty, int, (int));
+#endif
+
#if GNULIB_TEST_LCHOWN
SIGNATURE_CHECK (GNULIB_NAMESPACE::lchown, int, (char const *, uid_t, gid_t));
#endif
(int, const void *, size_t, off_t));
#endif
+#if GNULIB_TEST_READ
+SIGNATURE_CHECK (GNULIB_NAMESPACE::read, ssize_t, (int, void *, size_t));
+#endif
+
#if GNULIB_TEST_READLINK
SIGNATURE_CHECK (GNULIB_NAMESPACE::readlink, ssize_t,
(const char *, char *, size_t));
SIGNATURE_CHECK (GNULIB_NAMESPACE::rmdir, int, (char const *));
#endif
+#if GNULIB_TEST_SETHOSTNAME
+SIGNATURE_CHECK (GNULIB_NAMESPACE::sethostname, int, (const char *, size_t));
+#endif
+
#if GNULIB_TEST_SLEEP
SIGNATURE_CHECK (GNULIB_NAMESPACE::sleep, unsigned int, (unsigned int));
#endif