RFC: first stab at getting rid of libc_hidden_proto() forest

Denys Vlasenko vda.linux at googlemail.com
Mon Apr 28 00:26:59 UTC 2008


On Saturday 12 April 2008 19:33, Denys Vlasenko wrote:
> > Scrubbing headers like Linux do is the best. There will probably be other
> > things in there too that would benefit from such scrubbing.
> 
> Sounds reasonable. What method do you prefer?
> 
> #ifdef blocks with a special #define which are removed by scrubber script?
> E.g.:
> 
> #ifdef UCLIBC_INTERNAL
> ...yadda yadda...
> #endif

I just committed the change which does this scrubbing at headers_install time.

If anything broke, please yell at me.
--
vda



More information about the uClibc mailing list