mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[12072] Apply ACE patches for FreeBSD
This commit is contained in:
parent
7dc0a86237
commit
2c7ba84313
5 changed files with 21 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue