mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
16 lines
585 B
C
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
|