Cygwin sysconf.cc

Corinna Vinschen corinna-cygwin@cygwin.com
Wed Mar 2 08:25:23 GMT 2022


Hi Brian,

On Mar  1 13:20, Brian Inglis wrote:
> Interested in a patch for sysconf.cc to return:
> 
>      _SC_TZNAME_MAX => TZNAME_MAX and
> _SC_MONOTONIC_CLOCK => _POSIX_MONOTONIC_CLOCK?

not sure I understand the question.  Both are already implemented.

  $ getconf -a | egrep '(TZNAME_MAX|MONOTONIC_CLOCK)'
  _POSIX_TZNAME_MAX                   6
  TZNAME_MAX                          undefined
  _POSIX_MONOTONIC_CLOCK              200809


Corinna


More information about the Cygwin-patches mailing list