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-368-g654055e


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  654055e09332a0be9a2f0439dbc052e6a82f448a (commit)
      from  eb286115b170893563f502b9e3d28e169abd8dcc (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=654055e09332a0be9a2f0439dbc052e6a82f448a

commit 654055e09332a0be9a2f0439dbc052e6a82f448a
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Wed May 20 02:36:13 2015 +0530

    Fix typo in safety annotations in envz_remove

diff --git a/ChangeLog b/ChangeLog
index 5080370..231f165 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* manual/strings.texi (envz_remove): Fix typo in safety
+	annotations.
+
 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
 	    Steve Ellcey  <sellcey@imgtec.com>
 
diff --git a/manual/string.texi b/manual/string.texi
index c53e73a..5f8a17e 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -2791,7 +2791,7 @@ updating @code{*@var{envz}} and @code{*@var{envz_len}}.
 @comment envz.h
 @comment GNU
 @deftypefun {void} envz_remove (char **@var{envz}, size_t *@var{envz_len}, const char *@var{name})
-@safety{@prelim{}@mtsafe{}@asunsafe{@acsuheap{}}@acunsafe{@acsmem{}}}
+@safety{@prelim{}@mtsafe{}@asunsafe{@ascuheap{}}@acunsafe{@acsmem{}}}
 The @code{envz_remove} function removes an entry named @var{name} from
 @var{envz}, updating @code{*@var{envz}} and @code{*@var{envz_len}}.
 @end deftypefun

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

Summary of changes:
 ChangeLog          |    5 +++++
 manual/string.texi |    2 +-
 2 files changed, 6 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]