tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] [PATCH] time issue


From: Tolga Dalman
Subject: Re: [Tinycc-devel] [PATCH] time issue
Date: Mon, 14 Apr 2003 15:32:16 +0200

hi Philippe, 

On Mon, 14 Apr 2003 15:27:17 +0200 Philippe Ribet <address@hidden>
wrote:

> Tolga Dalman wrote:
> 
> > hi,
> >
> > when i wanted to compile with gcc, i had some problems. so i attached a
> > patch, which simply changes
> >
> > #include <sys/time.h>
> > and
> > #include <sys/ucontext.h>
> >
> > into
> >
> > #include <time.h>
> >
> > according to time(2) man-page.
> 
> according to gettimeofday(2) man-page #include <sys/time.h> is required.
> 

you're right. nevertheless, tcc does not compile without having "#include
<time.h>". what about <sys/ucontext.h>? what is it used for? 


> 
> --
> Philippe Ribet
> 
>                          The README file said
>               "Requires Windows 95, NT 4.0, or better."
>                     So... I installed it on Linux!
> 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]