On Thu, Feb 06, 2014 at 05:49:21PM +0530, Vineet Gupta wrote:
> --------------->8-------------------
> tst-tls7.c: In function 'do_test':
> tst-tls7.c:39:57: error: 'struct link_map' has no member named 'l_tls_modid'
>   modid = ((struct link_map *)((struct dyn_elf *)h)->dyn)->l_tls_modid;
>                                                          ^
> tst-tls7.c:40:63: error: 'struct link_map' has no member named 'l_tls_modid'
>        else if (((struct link_map *)((struct dyn_elf *)h)->dyn)->l_tls_modid
>                                                                ^
> tst-tls7.c:45:52: error: 'struct link_map' has no member named 'l_tls_modid'
>      ((struct link_map *)((struct dyn_elf *)h)->dyn)->l_tls_modid,
>                                                     ^
> make[2]: *** [tst-tls7] Error 1
> --------------->8-------------------

Applied.
Please fix this in glibc too, these tests are imported from glibc.
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to