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 the unused x86_64 lll_futex_requeue


On Wed, Jan 26, 2011 at 20:47, H.J. Lu <hongjiu.lu@intel.com> wrote:
> lll_futex_requeue is only used in pthread_cond_broadcast.c. But
> x86_64 has pthread_cond_broadcast.S. ÂThis patch removes the unused
> x86_64 lll_futex_requeue.

Why?  I do use it occasionally to test the C version of the function
on x86-64.  There is nothing wrong with the definition AFAIK.


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