Hi, Bernd,

Thanks for pushing these patches out!

On Nov 29, 2007, Bernd Schmidt <[EMAIL PROTECTED]> wrote:

> -char *_dl_find_hash(const char *name, struct dyn_elf *rpnt, struct 
> elf_resolve *mytpnt, int type_class)
> +char *_dl_lookup_hash(const char *name, struct dyn_elf *rpnt,
> +                   struct elf_resolve *mytpnt, int type_class,
> +#ifdef __FDPIC__
> +                   struct elf_resolve **tpntp
> +#endif
> +                   )

The comma after type_class will break ifndef __FDPIC__.

This is just another strong indications that ifdefs in prototypes are
a terrible idea ;-)

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
FSF Latin America Board Member         http://www.fsfla.org/
Red Hat Compiler Engineer   [EMAIL PROTECTED], gcc.gnu.org}
Free Software Evangelist  [EMAIL PROTECTED], gnu.org}
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to