This is the mail archive of the libc-alpha@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]

Re: [PATCH] Remove custom pthread_once implementation on microblaze.


Ping.

On Mon, 2014-12-08 at 18:53 +0100, Torvald Riegel wrote:
> This patch removes the custom implementation of pthread_once on
> microblaze.  I have not tested this, but the generic implementation in
> nptl/pthread_once.c works well on several architectures.  The custom
> implementation is a C implementation of essentially the same algorithm
> the generic implementation uses.
> 
> OK to commit?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]