Skip to content

Commit

Permalink
Merge pull request #2166 from saper/freebsd-12-hides-semun
Browse files Browse the repository at this point in the history
Build on FreeBSD 15.0
  • Loading branch information
jwillemsen authored Nov 27, 2023
2 parents 3653e3d + 160a687 commit 9565295
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 9565295

Please sign in to comment.