This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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: Does localtime_r(...) use pthread library (LinuxThreads or NPTL)?


On Tuesday 15 August 2006 06:55, Bo Xie wrote:
> But I don't know what "weak_alias
> (__localtime_r, localtime_r)" means.

read the include/libc-symbols.h file ... then read about weak symbols in ELF

basically it means when you call localtime_r(), you really call 
__localtime_r()
-mike

Attachment: pgp00000.pgp
Description: PGP signature


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