This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


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

Re: [Mingw-users] Re: _WIN32?



--- Eli Zaretskii <eliz@is.elta.co.il> wrote: > 
> On Sun, 6 May 2001, =?iso-8859-1?q?Danny=20Smith?= wrote:
> 
> > In event-loop.c, a clock is needed. Posix uses gettimeofday. Here is how I
> > would provide that clock for w32:
> 
> Does MinGW indeed lacks gettimeofday?  I'd be surprised.

Mingw has _ftime in CRT, but not gettimeofday.  Basically C runtime consists
only what is in msvcrt.dll, with the exception of a few add-ons (like the stuff
in dirent.h) and oldname wrappers.

Danny


_____________________________________________________________________________
http://store.yahoo.com.au - Yahoo! Store
- It's time you had your business online!


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