diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-11-09 08:25:48 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-11-09 08:25:48 +0000 |
| commit | 806d7daafe9953ef3f37c1ced4f10e9fb7ec6f31 (patch) | |
| tree | a03a4f44be4344e3c4a27327ca3812cffe60747e /sys/alpha/include | |
| parent | 2da829a0c8cedd4ed876fd174b8593e07e447bc6 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/signal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/alpha/include/signal.h b/sys/alpha/include/signal.h index 2e018642ff9a..02a4bfd2e56c 100644 --- a/sys/alpha/include/signal.h +++ b/sys/alpha/include/signal.h @@ -36,6 +36,12 @@ typedef long sig_atomic_t; #ifndef _ANSI_SOURCE /* + * Minimum signal stack size. The current signal frame + * for Alpha is 808 bytes large. + */ +#define MINSIGSTKSZ (1024 * 4) + +/* * Information pushed on stack when a signal is delivered. * This is used by the kernel to restore state following * execution of the signal handler. It is also made available |
