+2010-03-21 Bruno Haible <bruno@clisp.org>
+
+ Fix comments.
+ * lib/forkpty.c (rpl_forkpty): Fix comment.
+ * lib/openpty.c (rpl_openpty): Likewise.
+ Reported by Eric Blake.
+
2010-03-22 Eric Blake <eblake@redhat.com>
gethostname: fix build on mingw
#if HAVE_FORKPTY
-/* Provider a wrapper with the precise POSIX prototype. */
+/* Provide a wrapper with the prototype of glibc-2.8 and newer. */
# undef forkpty
int
rpl_forkpty (int *amaster, char *name, struct termios const *termp,
#if HAVE_OPENPTY
-/* Provider a wrapper with the precise POSIX prototype. */
+/* Provide a wrapper with the prototype of glibc-2.8 and newer. */
# undef openpty
int
rpl_openpty (int *amaster, int *aslave, char *name,