[PATCH 4/4] Async signal safe TLS accesses
Paul Pluzhnikov
ppluzhnikov@google.com
Thu Dec 19 23:24:00 GMT 2013
On Tue, Dec 10, 2013 at 4:35 PM, Andrew Hunter <ahh@google.com> wrote:
> This is patch 4/4 of the effort to make TLS access async-signal-safe.
> @@ -587,7 +590,15 @@ _dl_update_slotinfo (unsigned long int req_modid)
> the entry we need. */
> size_t new_gen = listp->slotinfo[idx].gen;
> size_t total = 0;
> -
> + int ret;
Unused variable 'ret' (new warning during build).
--
Paul Pluzhnikov
More information about the Libc-alpha
mailing list