]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(MINSIGSTKSZ): Fix a typo.
authorUlrich Drepper <drepper@redhat.com>
Fri, 5 Sep 2003 18:04:05 +0000 (18:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 5 Sep 2003 18:04:05 +0000 (18:04 +0000)
sysdeps/unix/sysv/linux/ia64/bits/sigstack.h

index 6594d5b6eca3f48d1388031861c1712e4d59389c..7ae2642426dcc5e1e54b184f8a2d22ebd023cab3 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    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.  */
-#define MINSIGSTKSZ    131027
+#define MINSIGSTKSZ    131072
 
 /* System default stack size.  */
 #define SIGSTKSZ       262144