This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Remove __PTHREAD_MUTEX_HAVE_ELISION undefined warning
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 26 Mar 2014 16:11:07 -0700 (PDT)
- Subject: Re: [PATCH] Remove __PTHREAD_MUTEX_HAVE_ELISION undefined warning
- Authentication-results: sourceware.org; auth=none
- References: <5332D913 dot 5050903 at linux dot vnet dot ibm dot com> <20140326163647 dot 3E42A74493 at topped-with-meat dot com> <53330F3B dot 6090009 at linux dot vnet dot ibm dot com> <20140326175007 dot D832074496 at topped-with-meat dot com> <533338C4 dot 5030107 at linux dot vnet dot ibm dot com>
This looks great to me, except for ...
> +/* Mutex __spins initilizer used by PTHREAD_MUTEX_INITIALIZER. */
... this typo ("initializer") repeated many times over.
But for final approval I'll defer to anyone else who is an arch maintainer
and/or has touched this area of the code more recently than I have.
Thanks,
Roland