[12072] Apply ACE patches for FreeBSD

This commit is contained in:
antiroot 2012-07-27 10:43:03 -05:00
parent 7dc0a86237
commit 2c7ba84313
5 changed files with 21 additions and 9 deletions

View file

@ -33,10 +33,10 @@
#endif
#define ACE_EXPORT_MACRO ACE_Export
#if defined (__Lynx__)
// LynxOS defines 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__ */
#endif /* __Lynx__ || OpenBSD || FreeBSD */
/*
* We inline and undef some functions that may be implemented