changeset 17127:b2e34813288d

ptsname: fix macro-name typo * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 04 Oct 2012 22:34:54 -0700
parents 1ee102a293e1
children dd67af45a631
files ChangeLog lib/stdlib.in.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/stdlib.in.h
+++ b/lib/stdlib.in.h
@@ -458,7 +458,7 @@
 /* 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