Skip site navigation (1)Skip section navigation (2)
Date:      24 Feb 2001 21:35:52 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        seebs@plethora.net (Peter Seebach)
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Setting memory allocators for library functions.
Message-ID:  <xzpbsrr7r9z.fsf@flood.ping.uio.no>
In-Reply-To: Dag-Erling Smorgrav's message of "24 Feb 2001 21:28:49 %2B0100"
References:  <200102241643.f1OGhw616627@guild.plethora.net> <xzpg0h37rlq.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav <des@ofug.org> writes:
>     if (sigsetjmp(env) == -1) {

Blah, this should be

    if (sigsetjmp(env, 1) == -1) {

DES
-- 
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpbsrr7r9z.fsf>