Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
> if (sigsetjmp(env) == -1) {
Blah, this should be
if (sigsetjmp(env, 1) == -1) {
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: Setting memory allocators for library functions. Farooq Mela
- Re: Setting memory allocators for library functio... Peter Seebach
- Re: Setting memory allocators for library fun... Farooq Mela
- Re: Setting memory allocators for library... Alfred Perlstein
- Re: Setting memory allocators for lib... Farooq Mela
- Re: Setting memory allocators fo... Alfred Perlstein
- Re: Setting memory allocators for library fun... Jonas Bulow
- Re: Setting memory allocators for library functions. Dag-Erling Smorgrav
- Re: Setting memory allocators for library functio... Peter Seebach
- Re: Setting memory allocators for library fun... Dag-Erling Smorgrav
- Re: Setting memory allocators for library... Dag-Erling Smorgrav
- Re: Setting memory allocators for library... Peter Seebach
- Re: Setting memory allocators for lib... Poul-Henning Kamp
- Re: Setting memory allocators fo... Peter Seebach
- Re: Setting memory allocators fo... Poul-Henning Kamp
- Re: Setting memory allocators fo... Peter Seebach
- Re: Setting memory allocators fo... Poul-Henning Kamp
- Re: Setting memory allocators fo... Peter Seebach
- Re: Setting memory allocators fo... Poul-Henning Kamp
- Re: Setting memory allocators fo... Peter Seebach
- Re: Setting memory allocators fo... Poul-Henning Kamp

