diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-01 20:10:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-01 20:10:32 +0000 |
commit | 076febbc3d6f99356cd6f2b8b118b9445e84a352 (patch) | |
tree | e0b8e56b9a5d3d7c26b67c6ffc4054ee94db8002 /sysdeps/unix/sysv | |
parent | 45c6c3e22b0790cf2ea87e813418daf5acc6c5da (diff) | |
download | glibc-076febbc3d6f99356cd6f2b8b118b9445e84a352.tar glibc-076febbc3d6f99356cd6f2b8b118b9445e84a352.tar.gz glibc-076febbc3d6f99356cd6f2b8b118b9445e84a352.tar.bz2 glibc-076febbc3d6f99356cd6f2b8b118b9445e84a352.zip |
(MINSIGSTKSZ, SIGSTKSZ): Changed to match kernel.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/bits/sigstack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h b/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h index fd36d57eed..6594d5b6ec 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h @@ -1,5 +1,5 @@ /* sigstack, sigaltstack definitions. - Copyright (C) 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -42,10 +42,10 @@ enum }; /* Minimum stack size for a signal handler. */ -#define MINSIGSTKSZ 2048 +#define MINSIGSTKSZ 131027 /* System default stack size. */ -#define SIGSTKSZ 8192 +#define SIGSTKSZ 262144 /* Alternate, preferred interface. */ |