[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

@ -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