]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When sigaltstack is called with a stack size that's not smaller
authormarcel <marcel@FreeBSD.org>
Wed, 6 Sep 2000 06:08:54 +0000 (06:08 +0000)
committermarcel <marcel@FreeBSD.org>
Wed, 6 Sep 2000 06:08:54 +0000 (06:08 +0000)
commit745048429c466ca87dcce5bf5c39d0dfaed7ef28
tree4c9421d1979cf07065f890a3d31f66a093085776
parent7c31a7e63d338c948e2a86d409d8c0c968bf7ab3
When sigaltstack is called with a stack size that's not smaller
than LINUX_MINSIGSTKSZ but smaller than MINSIGSTKSZ, cheat and
pass MINSIGSTKSZ to the kernel. This is a workaround.

Submitted through: nate
sys/alpha/linux/linux.h
sys/alpha/linux/linux_machdep.c
sys/i386/linux/linux.h
sys/i386/linux/linux_machdep.c