Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/1998 14:31:52
Module Name: src
Committed By: thorpej
Date: Mon Sep 14 21:31:52 UTC 1998
Modified Files:
src/sys/arch/i386/include: setjmp.h
Log Message:
Need 13 longs for jmp_buf; signal mask is 128 bits now.
XXX Actually, libc appears to use only 7 of the previous 10, so increasing
the size isn't actually necessary! But there was a gap at the end before,
so we'll keep it.