bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unlockpt: fix declaration within GNULIB_POSIXCHECK


From: Bruno Haible
Subject: unlockpt: fix declaration within GNULIB_POSIXCHECK
Date: Fri, 17 Sep 2010 04:14:18 +0200
User-agent: KMail/1.9.9

This fixes a copy&paste bug from 2010-03-21.


2010-09-16  Bruno Haible  <address@hidden>

        unlockpt: Fix declaration within GNULIB_POSIXCHECK.
        * lib/stdlib.in.h (unlockpt): Fix warning declaration.

--- lib/stdlib.in.h.orig        Fri Sep 17 04:11:38 2010
+++ lib/stdlib.in.h     Fri Sep 17 04:11:14 2010
@@ -680,7 +680,7 @@
 #elif defined GNULIB_POSIXCHECK
 # undef unlockpt
 # if HAVE_RAW_DECL_UNLOCKPT
-_GL_WARN_ON_USE (ptsname, "unlockpt is not portable - "
+_GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - "
                  "use gnulib module unlockpt for portability");
 # endif
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]