ports/devel/ace/files/patch-ace__OS_NS_signal.h
Pawel Pekala 6d06bfe320 Update to version 6.3.3
PR:		202844
Submitted by:	tkato432@yahoo.com
2015-10-01 21:45:33 +00:00

16 lines
585 B
C

--- ace/OS_NS_signal.h.orig 2015-09-17 06:55:18 UTC
+++ ace/OS_NS_signal.h
@@ -31,10 +31,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