ports/devel/ace/files/patch-ace-os_include-os_pthread.h
Martin Wilke d8c541b638 - Update to version 6.0.8
PR:		164153
Submitted by:	Ports Fury
2012-02-07 04:29:35 +00:00

14 lines
505 B
C

--- ace/os_include/os_pthread.h.orig 2010-11-27 02:39:33.000000000 +0900
+++ ace/os_include/os_pthread.h 2011-11-27 05:58:00.000000000 +0900
@@ -283,7 +283,11 @@
# undef THR_DAEMON
# define THR_BOUND 0x00000001
+# if defined(__FreeBSD__)
+# define THR_NEW_LWP 0x00000000
+# else
# define THR_NEW_LWP 0x00000002
+# endif
# define THR_DAEMON 0x00000010
# define THR_DETACHED 0x00000040
# define THR_SUSPENDED 0x00000080