]> Savannah Git Hosting - gnulib.git/commitdiff
unistd: Improve conflict resolution between gnulib and textstyle.h.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:23:45 +0000 (03:23 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:23:45 +0000 (03:23 +0200)
* lib/unistd.in.h (GNULIB_overrides_isatty): New macro.

ChangeLog
lib/unistd.in.h

index 188bdafc4e2d3ebdc9dfb94cff34e829fb767b3f..da5b6316af01f453320d99c174473a63bca01565 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 35abbde7aecc7ea0ffd57c9c61fd2e527568b30e..d4d4ba7743108a50ae1ca5846b7a46a0ae2b648b 100644 (file)
@@ -1521,6 +1521,7 @@ _GL_WARN_ON_USE (group_member, "group_member is unportable - "
 #   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__