patch-mono_utils_mono-threads-openbsd_c 353 B

123456789101112
  1. $OpenBSD: patch-mono_utils_mono-threads-openbsd_c,v 1.1 2014/12/29 10:49:12 robert Exp $
  2. --- mono/utils/mono-threads-openbsd.c.orig Sun Dec 28 16:29:20 2014
  3. +++ mono/utils/mono-threads-openbsd.c Sun Dec 28 16:30:07 2014
  4. @@ -2,6 +2,7 @@
  5. #if defined(__OpenBSD__)
  6. +#include <mono/utils/mono-threads.h>
  7. #include <pthread.h>
  8. #include <pthread_np.h>