mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07: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
|
|
@ -299,7 +299,11 @@
|
|||
# undef THR_DAEMON
|
||||
|
||||
# define THR_BOUND 0x00000001
|
||||
# if defined (__FreeBSD__)
|
||||
# define THR_NEW_LWP 0x00000000
|
||||
# else
|
||||
# define THR_NEW_LWP 0x00000002
|
||||
# endif
|
||||
# define THR_DETACHED 0x00000040
|
||||
# define THR_SUSPENDED 0x00000080
|
||||
# define THR_DAEMON 0x00000100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue