* lib/unistd.in.h (GNULIB_overrides_isatty): New macro.
+2021-06-19 Bruno Haible <bruno@clisp.org>
+
+ unistd: Improve conflict resolution between gnulib and textstyle.h.
+ * lib/unistd.in.h (GNULIB_overrides_isatty): New macro.
+
2021-06-19 Bruno Haible <bruno@clisp.org>
stdio: Improve conflict resolution between gnulib and libintl.h.
# undef isatty
# define isatty rpl_isatty
# endif
+# define GNULIB_defined_isatty 1
_GL_FUNCDECL_RPL (isatty, int, (int fd));
_GL_CXXALIAS_RPL (isatty, int, (int fd));
# elif defined _WIN32 && !defined __CYGWIN__