From 1d19482355500a5a1c51c71091f6bc0aa2864644 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 22 Mar 2010 21:09:14 +0100 Subject: Fix comments. --- lib/openpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/openpty.c') 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, -- cgit v1.2.1