On Sat, Mar 19, 2011 at 2:51 PM, Khem Raj <[email protected]> wrote: > -extern void __uClibc_init(void); > -libc_hidden_proto(__uClibc_init) > +extern void __uClibc_init(void) attribute_hidden; > void __uClibc_init(void) > {
no need for a prototype. simply put attribute_hidden before the def. -mike _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
