mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 11:41:07 +00:00
(MINSIGSTKSZ): Fix a typo.
This commit is contained in:
parent
b7f75e247b
commit
d8b41dab55
@ -1,5 +1,5 @@
|
|||||||
/* sigstack, sigaltstack definitions.
|
/* sigstack, sigaltstack definitions.
|
||||||
Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1998, 2000, 2002, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -42,7 +42,7 @@ enum
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Minimum stack size for a signal handler. */
|
/* Minimum stack size for a signal handler. */
|
||||||
#define MINSIGSTKSZ 131027
|
#define MINSIGSTKSZ 131072
|
||||||
|
|
||||||
/* System default stack size. */
|
/* System default stack size. */
|
||||||
#define SIGSTKSZ 262144
|
#define SIGSTKSZ 262144
|
||||||
|
Loading…
Reference in New Issue
Block a user