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.20-327-ge2dd138


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  e2dd138e21c8924ff1509cb4b0b5a31d9a096e06 (commit)
      from  b0a3c1640ab2fb7d16d9b9a8d9c0e524e9cb0001 (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=e2dd138e21c8924ff1509cb4b0b5a31d9a096e06

commit e2dd138e21c8924ff1509cb4b0b5a31d9a096e06
Author: Andreas Schwab <schwab@suse.de>
Date:   Thu Dec 11 12:45:57 2014 +0100

    Remove obsolete comment

diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c
index 3cdf9f1..76ffea3 100644
--- a/nptl/pthread_mutex_trylock.c
+++ b/nptl/pthread_mutex_trylock.c
@@ -30,9 +30,6 @@
 #define FORCE_ELISION(m, s)
 #endif
 
-/* We don't force elision in trylock, because this can lead to inconsistent
-   lock state if the lock was actually busy.  */
-
 int
 __pthread_mutex_trylock (mutex)
      pthread_mutex_t *mutex;

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

Summary of changes:
 nptl/pthread_mutex_trylock.c |    3 ---
 1 files changed, 0 insertions(+), 3 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]