From: Paul Eggert Date: Fri, 5 Oct 2012 05:34:54 +0000 (-0700) Subject: ptsname: fix macro-name typo X-Git-Tag: v0.1~402 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=97204f3c7a78cf0c63873cb786f055fb26a72205;p=gnulib.git ptsname: fix macro-name typo * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE. --- diff --git a/ChangeLog b/ChangeLog index bf3a05f6a7..8f4929cce5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-10-04 Paul Eggert + + ptsname: fix macro-name typo + * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE. + 2012-10-03 Simon Josefsson inttostr: Relax license. diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index 8311a2893c..65558402bf 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h @@ -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