autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_FUNCS(sigsetjmp)


From: Eric Blake
Subject: Re: AC_CHECK_FUNCS(sigsetjmp)
Date: Fri, 28 Jul 2006 12:11:27 +0000

> But supposing that I wanted to pass around a pointer to it, that wouldn't 
> help much.

That's where the standards come in handy.  In the case of sigsetjmp, read POSIX:
http://www.opengroup.org/onlinepubs/009695399/basedefs/setjmp.h.html

Attempting to pass around a pointer to sigsetjmp is a bug in your program.

-- 
Eric Blake




reply via email to

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