mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
(MINSIGSTKSZ, SIGSTKSZ): Changed to match kernel.
This commit is contained in:
parent
45c6c3e22b
commit
076febbc3d
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user