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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Nov 2021 15:02:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259787

--- Comment #24 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=2f6fd28d6732051e10edf81dd0a3e93f7d9bb86b

commit 2f6fd28d6732051e10edf81dd0a3e93f7d9bb86b
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2021-11-23 14:59:54 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-11-23 15:02:28 +0000

    multimedia/gavl: opt in to sched* functions

    Make sched* functions available as required by
           
https://cgit.freebsd.org/src/commit/?id=90fa9705d5cd29cf11c5dc7319299788dec2546a

            benchmark.c:1854:7: warning: implicit declaration of function
            'sched_setaffinity' is invalid in C99
            [-Wimplicit-function-declaration] if(!sched_setaffinity(0,
            sizeof(cpuset), &cpuset))

    PR:             259787

 multimedia/gavl/Makefile | 3 +++
 1 file changed, 3 insertions(+)

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