Skip to content
  • Jan Beich's avatar
    common: only FreeBSD has thread affinity compatible with Linux · 8ce1ec7f
    Jan Beich authored
    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.
    8ce1ec7f
Loading