diff options
| author | 2016-10-10 02:33:41 +0000 | |
|---|---|---|
| committer | 2016-10-27 23:28:29 +0000 | |
| commit | 8ce1ec7ffa6b912dfa776d6923a7af18a7761f67 (patch) | |
| tree | c01e4f77d180716712cd8fd78e6c855b4f641d32 /src/common/file_util.cpp | |
| parent | common: define routines to set thread name on more BSDs (diff) | |
| download | yuzu-8ce1ec7ffa6b912dfa776d6923a7af18a7761f67.tar.gz yuzu-8ce1ec7ffa6b912dfa776d6923a7af18a7761f67.tar.xz yuzu-8ce1ec7ffa6b912dfa776d6923a7af18a7761f67.zip | |
common: only FreeBSD has thread affinity compatible with Linux
src/common/thread.cpp:90:5: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'?
cpu_set_t cpu_set;
^~~~~~~~~
cpuset_t
/usr/include/sys/_cpuset.h:48:24: note: 'cpuset_t' declared here
typedef struct _cpuset cpuset_t;
^
1 error generated.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions