summaryrefslogtreecommitdiff
path: root/lib/openpty.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-22 21:09:14 +0100
committerBruno Haible <bruno@clisp.org>2010-03-22 21:09:14 +0100
commit1d19482355500a5a1c51c71091f6bc0aa2864644 (patch)
tree32f6c319fdad01964bf0bb1ab50a995e805dbba7 /lib/openpty.c
parent339096647215cb4a675239020ec247b6031fce1f (diff)
downloadgnulib-1d19482355500a5a1c51c71091f6bc0aa2864644.tar.gz
Fix comments.
Diffstat (limited to 'lib/openpty.c')
-rw-r--r--lib/openpty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openpty.c b/lib/openpty.c
index 4a3a2757aa..807ab93ecc 100644
--- a/lib/openpty.c
+++ b/lib/openpty.c
@@ -21,7 +21,7 @@
#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,