This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR middle-end/22127


On Wed, Nov 09, 2005 at 02:42:48PM -0800, Ian Lance Taylor wrote:
> Eric Botcazou <ebotcazou@libertysurf.fr> writes:
> 
> > > The problem I see here is that getcontext is not an ISO C or POSIX
> > > function.
> > 
> > man says:
> > 
> > CONFORMING TO
> >        SUSv2
> 
> Which is neither ISO C nor POSIX.

getcontext is a POSIX function, see e.g.
http://www.opengroup.org/onlinepubs/009695399/functions/getcontext.html

	Jakub


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