]> Savannah Git Hosting - gnulib.git/commitdiff
ptsname: fix macro-name typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Oct 2012 05:34:54 +0000 (22:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 5 Oct 2012 05:34:54 +0000 (22:34 -0700)
* lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE.

ChangeLog
lib/stdlib.in.h

index bf3a05f6a746a88e58ef17495ca96f9f141dc35c..8f4929cce5ccc4c779ca93d80631341dcbbf2877 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       ptsname: fix macro-name typo
+       * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE.
+
 2012-10-03  Simon Josefsson  <simon@josefsson.org>
 
        inttostr: Relax license.
index 8311a2893c8ac086c1db71eafd921c7d9c899676..65558402bf3f4ac8791dc6c629a6c1d0724c5107 100644 (file)
@@ -458,7 +458,7 @@ _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - "
 /* Return the pathname of the pseudo-terminal slave associated with
    the master FD is open on, or NULL on errors.  */
 # if @REPLACE_PTSNAME@
-#  if !(defined __cplusplus && defined GNULIB_NAMESPCE)
+#  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
 #   undef ptsname
 #   define ptsname rpl_ptsname
 #  endif