Skip to content
Snippets Groups Projects
Commit 1d686396 authored by Brad King's avatar Brad King
Browse files

Merge branch 'alpine-cpu_zero' into release-3.15

Merge-request: !3740
parents 6157c0fe 1902e397
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
# define CM_HAVE_CPU_AFFINITY
# include <pthread.h>
# include <sched.h>
// On some platforms CPU_ZERO needs memset but sched.h forgets string.h
# include <string.h> // IWYU pragma: keep
# if defined(__FreeBSD__)
# include <pthread_np.h>
# include <sys/cpuset.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment