]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual/ipc.texi: Fix AC-safety notes.
authorCarlos O'Donell <carlos@redhat.com>
Tue, 8 Apr 2014 21:12:15 +0000 (17:12 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 8 Apr 2014 21:12:15 +0000 (17:12 -0400)
The function sem_close is AC-unsafe because lll_lock*
leaks a lock (aculock) and not because of twalk.

ChangeLog
manual/ipc.texi

index 6a5c67846eb9c65d5050a0dbfe94423fe88b4a68..ccfb7e618bd986b722aa26c1f5023e9d42246ff7 100644 (file)
--- 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
index afedcbe96083faf3262184df3c6673b909d28165..081b98fe29e0b3b5b7f4f916ad2085d170bd3825 100644 (file)
@@ -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