Re: Building newlib with clock_gettime()
Keith Thompson <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAAHpriOt-Naw7E7Zo3z6PN8s7GqmdFZ+s-KAu7k2xPEbHcwDCA@mail.gmail.com> |
> Newlib does not provide an implementation for clock_gettime(). I see an implementation of clock_gettime() in the newlib sources: https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/times.cc;h=a89980d08f9b9bf6755de833666f8b204cabbcd8;hb=HEAD#l459 And I'm able to use clock_gettime() on Cygwin. Am I missing something?