From: Ulrich Drepper Date: Thu, 2 Oct 2003 15:37:21 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf8288adc819b5a760d3937a1252e593acaa069e;p=thirdparty%2Fglibc.git Update. * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ): Go back to 131027 since this is what the kernel enforces. --- diff --git a/ChangeLog b/ChangeLog index 5536ed18774..545011de328 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-10-02 Ulrich Drepper + * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (MINSIGSTKSZ): Go + back to 131027 since this is what the kernel enforces. + * inet/getnameinfo.c: Move domain out of nrl_domainname scope and define it with libc_freeres_ptr. diff --git a/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h b/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h index 7ae2642426d..c9c9d2fedb7 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigstack.h @@ -41,8 +41,12 @@ enum #define SS_DISABLE SS_DISABLE }; -/* Minimum stack size for a signal handler. */ -#define MINSIGSTKSZ 131072 +/* Minimum stack size for a signal handler. + + Yes, this should be 131072 but the constant got defined incorrectly + in the kernel and we have to live with it. Users should in any case + use SIGSTKSZ as the size user-supplied buffers should have. */ +#define MINSIGSTKSZ 131027 /* System default stack size. */ #define SIGSTKSZ 262144