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] Update elf tests to use the support test driver.


On Fri, Mar 31, 2017 at 4:52 PM, Wainer dos Santos Moschetta
<wainersm@linux.vnet.ibm.com> wrote:
>
> Side note: the original tst-tls-manydynamic.c code uses xpthread_* functions.
> So I had to include support/xthread.h to avoid its breakage.

This is part of the cost of the change, yes.

> In test-skeleton.c you can see the following:
>
> #ifdef _PTHREAD_H
> # include <support/xthread.h>
> #endif  /* _PTHREAD_H */

This is an example of the implicit magic behavior that we are trying
to get away from with this change.  Please don't add it to the new
test driver.

zw


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