use of legacy C library functions

Denys Vlasenko vda.linux at googlemail.com
Tue Apr 6 03:39:15 UTC 2010


On Tuesday 06 April 2010 01:13, Mike Frysinger wrote:
> > In libc/sysdeps/linux/common/__syscall_fcntl64.c.  (Why "hidden"?  What's
> > the point in hiding it?  It's a libc export, right?)
> 
> read the documentation in the internal headers.  none of the libc_hidden stuff 
> should have any bearing whatsoever on static builds.

It has some effect. Thus far this machinery is not disabled for static build,
and therefore __GI_func symbols are present in .o modules.
This is harmless, but not needed. Do you think it should be cleaned up?

-- 
vda




More information about the busybox mailing list