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: libstdc++ wants clock_gettime without libpthread


On 10/18/2012 05:22 PM, Roland McGrath wrote:
> 1. Just move clock_* calls into libc.  

This sounds like the best thing to do in the long run.
It's long mystified me why clock_gettime is in a special
library, while gettimeofday is in libc.  Well-maintained
GNU apps these days tend to prefer clock_gettime anyway,
if they can stomach the hassle of linking to -lrt.


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