eal: fix build with musl
[dpdk.git] / lib / librte_eal / freebsd / include / rte_os.h
index c16f2a3..627f048 100644 (file)
@@ -13,6 +13,7 @@
 #include <pthread_np.h>
 
 typedef cpuset_t rte_cpuset_t;
+#define RTE_HAS_CPUSET
 #define RTE_CPU_AND(dst, src1, src2) do \
 { \
        cpuset_t tmp; \