This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgo patch committed: Catch signals on alternate stack


On 12/21/2011 02:29 PM, Ian Lance Taylor wrote:
> +/* Ignore a signal.  This is called on the alternate signal stack so
> +   it may not split the stack.  */
> +
> +static void sig_ignore (int) __attribute__ ((no_split_stack));
>  
>  static void
>  sig_ignore (int sig __attribute__ ((unused)))
>  {
>  }

Does SIG_IGN not work for some reason?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]