[PATCH] ld.so: Fix dlclose() removing required local scope elements of NODELETE linkmaps

Roland McGrath roland@hack.frob.com
Fri Apr 13 17:45:00 GMT 2012


I don't know the details of this sufficiently well off hand to review the
logic of the change right now.  So here's just some style points.

> +#define mark_used(dmap) \

We usually use inline functions (sometimes nested ones) rather than macros
when we can.  This looks like a case where a nested inline would work fine.

> +	      mark_used(*lp);

Space before paren (other instances below).


Thanks,
Roland



More information about the Libc-alpha mailing list