This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.21-195-gaf85ebc


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  af85ebcdf7a754d3d3d3d26ba8250ab58310f535 (commit)
      from  2e807f29595eb5b1e5d0decc6e356a3562ecc58e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=af85ebcdf7a754d3d3d3d26ba8250ab58310f535

commit af85ebcdf7a754d3d3d3d26ba8250ab58310f535
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Thu Mar 12 03:20:35 2015 -0500

    manual: fix XPG basename prototype
    
    * manual/string.texi (XPG basename): Fix prototype.

diff --git a/ChangeLog b/ChangeLog
index 21725f4..a176009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+	* manual/string.texi (XPG basename): Fix prototype.
+
 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
 	[BZ #18080]
diff --git a/manual/string.texi b/manual/string.texi
index ba5a2c7..397c181 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -2258,7 +2258,7 @@ on different systems.
 
 @comment libgen.h
 @comment XPG
-@deftypefun {char *} basename (const char *@var{path})
+@deftypefun {char *} basename (char *@var{path})
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 This is the standard XPG defined @code{basename}.  It is similar in
 spirit to the GNU version, but may modify the @var{path} by removing

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    4 ++++
 manual/string.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]