summaryrefslogtreecommitdiff
path: root/lib/openpty.c
diff options
context:
space:
mode:
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,