This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: __libc_subinit


> I've just removed the handling of __libc_subinit completely from the
> Linux setup.  It really was only an expensive way to call a single
> function.  This is now done directly instead.

It's not that expensive.  And it was a way to call either zero or one
functions for static linking (i.e. if you didn't use __progname, zero).
But I am not going to argue.

How about you just rename __init_misc to __libc_init instead of diddling
every init-first.c file (and you missed some)?

> One, the stdio initialization, will eventually go away.  

Indeed it will.

> This leave the use in times.c.

I don't mind changing that one.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]