X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-stack.c;h=def2bb71194bd680b7896195e98221192edf4e5b;hb=d462d9f08cc8fd534ccae14c878f9c7c18112237;hp=33a8251c75b2b8fef96e41e422f698ccae39204b;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/c-stack.c b/lib/c-stack.c index 33a8251c7..def2bb711 100644 --- a/lib/c-stack.c +++ b/lib/c-stack.c @@ -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. */