41b5a7a849
1/ The function pthread_yield() does not exist in musl libc, and can be replaced with sched_yield() after including sched.h. 2/ The function pthread_attr_setaffinity_np() does not exist in musl libc, and can be replaced with pthread_setaffinity_np() after pthread_create(). Fixes: |
||
---|---|---|
.. | ||
ifc | ||
mlx5 | ||
meson.build |