patch-libgc_pthread_stop_world_c 561 B

1234567891011121314
  1. $OpenBSD: patch-libgc_pthread_stop_world_c,v 1.1 2014/07/09 11:39:17 robert Exp $
  2. --- libgc/pthread_stop_world.c.orig Tue Jul 8 12:28:52 2014
  3. +++ libgc/pthread_stop_world.c Tue Jul 8 12:28:56 2014
  4. @@ -2,8 +2,7 @@
  5. #if defined(GC_PTHREADS) && !defined(GC_SOLARIS_THREADS) \
  6. && !defined(GC_IRIX_THREADS) && !defined(GC_WIN32_THREADS) \
  7. - && !defined(GC_DARWIN_THREADS) && !defined(GC_AIX_THREADS) \
  8. - && !defined(GC_OPENBSD_THREADS)
  9. + && !defined(GC_DARWIN_THREADS) && !defined(GC_AIX_THREADS)
  10. #include <signal.h>
  11. #include <semaphore.h>