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]

Re: [PATCH] Ressurect __strtou?q_internal


On Sun, Feb 11, 2001 at 01:10:47PM -0800, H . J . Lu wrote:
> You may need to add them to stdlib/Versions.

No, it is there since versioning was introduced into glibc:
    # functions used in inline functions or macros
    __strto*_internal;

BTW: strtoull/strtoll/strtouq/strtoq used to use __strtou?q_internal
in glibc 2.0 release, so it looks like IBM wanted to make sure their
software runs on everything from 2.0 up.

	Jakub


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