On Tue, Apr 20, 2010 at 2:03 PM, Kai Tietz wrote:
> 2010/4/20 Ozkan Sezer :
>> On Tue, Apr 20, 2010 at 12:41 PM, Ozkan Sezer wrote:
>>> On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote:
Hi Patrick,
2010/4/20 Patrick Galbraith :
> Hi all,
>
> I've stumbled across an iss
2010/4/20 Ozkan Sezer :
> On Tue, Apr 20, 2010 at 12:41 PM, Ozkan Sezer wrote:
>> On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote:
>>> Hi Patrick,
>>>
>>> 2010/4/20 Patrick Galbraith :
Hi all,
I've stumbled across an issue with gettimeofday() returning an incorrect
value with
On Tue, Apr 20, 2010 at 12:41 PM, Ozkan Sezer wrote:
> On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote:
>> Hi Patrick,
>>
>> 2010/4/20 Patrick Galbraith :
>>> Hi all,
>>>
>>> I've stumbled across an issue with gettimeofday() returning an incorrect
>>> value with mingw-w64. A simple code sample:
On Tue, Apr 20, 2010 at 7:37 AM, Kai Tietz wrote:
> Hi Patrick,
>
> 2010/4/20 Patrick Galbraith :
>> Hi all,
>>
>> I've stumbled across an issue with gettimeofday() returning an incorrect
>> value with mingw-w64. A simple code sample:
>>
>> #include
>> #include
>>
>> int main (void)
>> {
>> str
Hi Patrick,
2010/4/20 Patrick Galbraith :
> Hi all,
>
> I've stumbled across an issue with gettimeofday() returning an incorrect
> value with mingw-w64. A simple code sample:
>
> #include
> #include
>
> int main (void)
> {
> struct timeval timer;
> int retval;
> retval= gettimeofday(&timer,NU
Hi all,
I've stumbled across an issue with gettimeofday() returning an incorrect
value with mingw-w64. A simple code sample:
#include
#include
int main (void)
{
struct timeval timer;
int retval;
retval= gettimeofday(&timer,NULL);
fprintf(stderr, "retval: %d\n", retval);
fprintf(stde