X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-stack.c;h=03db242f754aa0c43d6271342abb9ae3bc22c1e4;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=2f902af3a436c355c6d41fd72b9c73654cb5054f;hpb=645581732c2d8066282b32d686edd67e18c52ee2;p=gnulib.git diff --git a/lib/c-stack.c b/lib/c-stack.c index 2f902af3a..03db242f7 100644 --- a/lib/c-stack.c +++ b/lib/c-stack.c @@ -1,6 +1,6 @@ /* Stack overflow handling. - Copyright (C) 2002, 2004, 2006, 2008-2011 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2006, 2008-2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -237,7 +237,7 @@ segv_handler (int signo, siginfo_t *info, Note that although both Linux and Solaris provide sigaltstack, SA_ONSTACK, and SA_SIGINFO, currently only - Solaris satisfies the XSI heueristic. This is because + Solaris satisfies the XSI heuristic. This is because Solaris populates uc_stack with the details of the interrupted stack, while Linux populates it with the details of the current stack. */