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: Whats up with _POSIX_CPUTIME


> 3) defined to 0, then headers/functions/macros/etc. must be present, but the
>    option is not necessarily supported, so sysconf() should be used to
>    detect whether the option is supported at runtime

This is the best plan, I think.  It makes it most straightforward to
introduce new support later and expect that previously compiled (conformant)
applications will automatically start to use it.


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