From d8b41dab551577f894269995f22d9f5a90439f52 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 5 Sep 2003 18:04:05 +0000 Subject: (MINSIGSTKSZ): Fix a typo. --- sysdeps/unix/sysv/linux/ia64/bits/sigstack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h b/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h index 6594d5b..7ae2642 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, 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 -- cgit v1.1