]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
forkpty: Adjust misleading comment.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 5 Jul 2025 01:33:08 +0000 (18:33 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sat, 5 Jul 2025 01:33:08 +0000 (18:33 -0700)
* lib/forkpty.c: Remove comment about mingw where it does not build.

ChangeLog
lib/forkpty.c

index 4632e55badbca37c5f7c27d896c280f977eeecc9..7b9e2710c5bafee8abee7e46abc7d3ba1cef7868 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-07-04  Collin Funk  <collin.funk1@gmail.com>
+
+       forkpty: Adjust misleading comment.
+       * lib/forkpty.c: Remove comment about mingw where it does not build.
+
 2025-07-01  Bruno Haible  <bruno@clisp.org>
 
        doc: Update regarding stable branches.
index 249c16cf45c57fd56fd2c48f6ce18e8502ffe1ec..a8a199a4c41024efc48597fa30dc9b2d456f0942 100644 (file)
@@ -32,7 +32,7 @@ rpl_forkpty (int *amaster, char *name, struct termios const *termp,
                   (struct winsize *) winp);
 }
 
-#else /* AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw */
+#else /* AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10 */
 
 # include <pty.h>
 # include <unistd.h>