Skip to content

Commit

Permalink
fix cpu affinity check (#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored Dec 16, 2024
1 parent 3e1a1f8 commit 1731aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ AC_DEFUN([AC_SWOOLE_CPU_AFFINITY],
#include <sys/cpuset.h>
typedef cpuset_t cpu_set_t;
#else
#define _GNU_SOURCE 1
#include <sched.h>
#endif
]], [[
Expand Down

0 comments on commit 1731aa6

Please sign in to comment.