diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-09-06 06:08:54 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-09-06 06:08:54 +0000 |
| commit | dee4ec33cf31c078746a25bf5a6a5f34b4235fd4 (patch) | |
| tree | da4b77a3f8a5a459ed0d032e649e16925d4f8510 /sys/i386/linux/linux.h | |
| parent | 673fac08fd29b89ca5f2b0b99671440ada2c80ff (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux.h')
| -rw-r--r-- | sys/i386/linux/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 3bb46547aedb..8887ec36f67e 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -157,6 +157,9 @@ struct linux_new_utsname { #define LINUX_SIGISMEMBER(set, sig) SIGISMEMBER(set, sig) #define LINUX_SIGADDSET(set, sig) SIGADDSET(set, sig) +/* sigaltstack */ +#define LINUX_MINSIGSTKSZ 2048 + typedef void (*linux_handler_t)(int); typedef u_long linux_osigset_t; |
