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.19-264-g862c472


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  862c472efa28aedf22908f2735111ab4b9e62811 (commit)
      from  8667f90ec51aa88146dce815a9105daf23d9bd07 (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=862c472efa28aedf22908f2735111ab4b9e62811

commit 862c472efa28aedf22908f2735111ab4b9e62811
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue Apr 8 17:12:15 2014 -0400

    manual/ipc.texi: Fix AC-safety notes.
    
    The function sem_close is AC-unsafe because lll_lock*
    leaks a lock (aculock) and not because of twalk.

diff --git a/ChangeLog b/ChangeLog
index 6a5c678..ccfb7e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-08  Carlos O'Donell  <carlos@redhat.com>
+
+	* manual/ipc.texi (sem_close): AC-unsafe because of aculock.
+
 2014-04-07  Will Newton  <will.newton@linaro.org>
 
 	* string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
diff --git a/manual/ipc.texi b/manual/ipc.texi
index afedcbe..081b98f 100644
--- a/manual/ipc.texi
+++ b/manual/ipc.texi
@@ -68,9 +68,9 @@ by @theglibc{}.
 @end deftypefun
 
 @deftypefun int sem_close (sem_t *@var{sem});
-@safety{@prelim{}@mtsafe{}@asunsafe{@asulock{}}@acunsafe{@asucorrupt{}}}
+@safety{@prelim{}@mtsafe{}@asunsafe{@asulock{}}@acunsafe{@aculock{}}}
 @c lll_lock asulock aculock
-@c twalk asucorrupt
+@c twalk mtsrace{:root}
 @c
 @c We are AS-unsafe because we take a non-recursive lock.
 @c We are AC-unsafe because several internal data structures

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

Summary of changes:
 ChangeLog       |    4 ++++
 manual/ipc.texi |    4 ++--
 2 files changed, 6 insertions(+), 2 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]