mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ): Go back to 131027 since this is what the kernel enforces.
This commit is contained in:
@ -41,8 +41,12 @@ enum
|
||||
#define SS_DISABLE SS_DISABLE
|
||||
};
|
||||
|
||||
/* Minimum stack size for a signal handler. */
|
||||
#define MINSIGSTKSZ 131072
|
||||
/* Minimum stack size for a signal handler.
|
||||
|
||||
Yes, this should be 131072 but the constant got defined incorrectly
|
||||
in the kernel and we have to live with it. Users should in any case
|
||||
use SIGSTKSZ as the size user-supplied buffers should have. */
|
||||
#define MINSIGSTKSZ 131027
|
||||
|
||||
/* System default stack size. */
|
||||
#define SIGSTKSZ 262144
|
||||
|
Reference in New Issue
Block a user