Keith Moore <[EMAIL PROTECTED]> writes:

> FWIW - POSIX timers appear to be partially
> supported. clock_gettime() is present, but there is no librt.a, so
> it's in a nonstandard place (unless I am totally missing something).

Wget doesn't require clock_gettime to be exactly in librt.(so|a), but
it has to be *somewhere*.  But if I understand your first report, the
problem is not the lack of clock_gettime, but of clock_getres, and
that's what Wget is not prepared to handle.  It (naively) assumes
that, if the implementation defines _POSIX_TIMERS, that they are
actually implemented.  Serves me right for trying to use an API
designed after 1985.

Reply via email to