Skip to content

Commit

Permalink
Build on FreeBSD 15.0
Browse files Browse the repository at this point in the history
ACE builds now with __FreeBSD_version 1500001
  • Loading branch information
saper committed Nov 25, 2023
1 parent 3653e3d commit 160a687
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ACE/ace/config-freebsd.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#define ACE_HAS_POSIX_TIME
#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS
#define ACE_HAS_RTLD_LAZY_V
#define ACE_HAS_SEMUN
#define ACE_HAS_SIGISMEMBER_BUG
#define ACE_HAS_SIGSUSPEND
#define ACE_HAS_SIGWAIT
Expand Down Expand Up @@ -182,6 +181,14 @@ enum schedparam_policy {
# define ACE_HAS_VOID_UNSETENV
#endif

#if (__FreeBSD_version >= 800025)
# define ACE_HAS_CPUSET_T
#endif

#if (__FreeBSD_version < 1200059)
# define ACE_HAS_SEMUN
#endif

#include /**/ "ace/post.h"

#endif /* ACE_CONFIG_H */

0 comments on commit 160a687

Please sign in to comment.