patch-libgc_include_private_gc_priv_h 572 B

12345678910111213
  1. $OpenBSD: patch-libgc_include_private_gc_priv_h,v 1.4 2016/11/07 15:22:38 ajacoutot Exp $
  2. --- libgc/include/private/gc_priv.h.orig Tue Oct 11 14:53:43 2016
  3. +++ libgc/include/private/gc_priv.h Mon Nov 7 13:38:42 2016
  4. @@ -1979,6 +1979,8 @@ void GC_err_puts GC_PROTO((GC_CONST char *s));
  5. /* Linuxthreads itself uses SIGUSR1 and SIGUSR2. */
  6. # define SIG_SUSPEND SIGPWR
  7. # endif
  8. +# elif defined(GC_OPENBSD_THREADS)
  9. +# define SIG_SUSPEND SIGXFSZ
  10. # else /* !GC_LINUX_THREADS */
  11. # if defined(_SIGRTMIN)
  12. # define SIG_SUSPEND _SIGRTMIN + 6