[git commit future 1/1] __uClibc_main.c: make __uClibc_init hidden

Mike Frysinger vapier at gentoo.org
Tue Mar 22 14:43:17 UTC 2011


On Sat, Mar 19, 2011 at 2:51 PM, Khem Raj <raj.khem at gmail.com> 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


More information about the uClibc mailing list