[Bug 259787] sched.h: unknown type name 'cpu_set_t' after 160b4b922b6021848b6b48afc894d16b879b7af2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 05 Dec 2021 22:25:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259787

Stefan Eßer <se@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://reviews.freebsd.org
                   |                            |/D33235
                 CC|                            |se@FreeBSD.org

--- Comment #32 from Stefan Eßer <se@FreeBSD.org> ---
This issue has been fixed in -CURRENT in commit 5e04571cf3cf by removing the
name space pollution due to the implicit inclusion of sys/bitset.h when sched.h
is included. This commit will be merged to 12-STABLE and 13-STABLE after 1
month.

The work-around of using -D_WITH_CPU_SET_T for ports that need the full
functionality contained in sched.h will be required until the last of the
currently supported releases is declared EoL.

Only after all supported FreeBSD releases have received the patched sched.h,
sys/bitset.h et.al. the -D_WITH_CPU_SET_T work-around may be removed from all
ports.

-- 
You are receiving this mail because:
You are on the CC list for the bug.