------- Additional Comments From dannysmith at users dot sourceforge dot net  
2005-08-14 07:29 -------
I don't know why you say that "MingW claims to have a HAVE_TIMES".  It doesn't. 

To get process times on mingw we need to use the win32api function 
GetProcessTimes.  This is available on NT4 and later but not on  win9x.

Would an ifdef _WIN32 clause be acceptable in cpu_time.c.  If so, I will submit 
a patch.

Danny

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23380

Reply via email to