mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Fix cpuset
Authored-by: Jan Beich <jbeich@FreeBSD.org>
This commit is contained in:
parent
d1036eaf4f
commit
63056714c4
1 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,11 @@
|
||||||
|
|
||||||
#define MEMORY_SIZE (8 * 2 * 1024 * 1024)
|
#define MEMORY_SIZE (8 * 2 * 1024 * 1024)
|
||||||
|
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
#include <sys/cpuset.h>
|
||||||
|
#define cpu_set_t cpuset_t
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef struct io_t {
|
typedef struct io_t {
|
||||||
pa_atomic_t *flag;
|
pa_atomic_t *flag;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue