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

16 lines
633 B
C

--- ace/OS_NS_signal.h.orig 2011-03-04 23:59:09.000000000 +0900
+++ ace/OS_NS_signal.h 2011-11-27 07:50:01.000000000 +0900
@@ -33,10 +33,10 @@
#endif
#define ACE_EXPORT_MACRO ACE_Export
-#if defined (__Lynx__) || defined (__OpenBSD__)
-// LynxOS and OpenBSD define pthread_sigmask() in pthread.h
+#if defined (__Lynx__) || defined (__OpenBSD__) || defined (__FreeBSD__)
+// LynxOS, OpenBSD and FreeBSD define pthread_sigmask() in pthread.h
# include "ace/os_include/os_pthread.h"
-#endif /* __Lynx__ || OpenBSD */
+#endif /* __Lynx__ || OpenBSD || FreeBSD */
/*
* We inline and undef some functions that may be implemented