This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: CLK_TCK


Andreas Jaeger <aj@suse.de> writes:

> I see - but then both headers should use the same #ifdef.  We
> shouldn't use __STRICT_ANSI__ in one and __USE_POSIX in the other place.

Yes, that's fine.  <time.h> should be changed.

> Shouldn't we leave it in for _GNU_SOURCE ?  Otherwise we break a
> number of programs :-(

We already break some programs because CLK_TCK is now no compile-time
constant anymore.  Better break them correctly, means, force them to
use sysconf().

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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