[PATCH] Update elf tests to use the support test driver.
Zack Weinberg
zackw@panix.com
Sat Apr 1 13:58:00 GMT 2017
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
More information about the Libc-alpha
mailing list