fix build for non linux/BSD platforms.

This commit is contained in:
David Carlier
2022-10-01 20:35:29 +01:00
committed by Qi Wang
parent 3de0c24859
commit 4c95c953e2
3 changed files with 15 additions and 3 deletions

View File

@@ -391,6 +391,9 @@
/* GNU specific sched_setaffinity support */
#undef JEMALLOC_HAVE_SCHED_SETAFFINITY
/* pthread_setaffinity_np support */
#undef JEMALLOC_HAVE_PTHREAD_SETAFFINITY_NP
/*
* If defined, all the features necessary for background threads are present.
*/