[Bug 259787] sched.h: unknown type name 'cpu_set_t' after 160b4b922b6021848b6b48afc894d16b879b7af2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Nov 2021 10:43:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259787
--- Comment #21 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9
commit ad03eb1e0a2f1a5af74070aa47ca837f2ab6ddb9
Author: Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2021-11-23 10:35:34 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2021-11-23 10:42:45 +0000
graphics/cairo: define _WITH_CPU_SET_T to fix build on -CURRENT
Changes in 90fa9705d5cd hide functionality behind _WITH_CPU_SET_T,
and require consumers to opt-in.
Error:
--- cairo-perf-micro.o ---
cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t'; did
you mean 'cpusetid_t'?
cpu_set_t affinity;
^~~~~~~~~
cpusetid_t
/usr/include/sys/types.h:86:22: note: 'cpusetid_t' declared here
typedef __cpusetid_t cpusetid_t;
^
PR: 259787
graphics/cairo/files/patch-perf_cairo-perf-micro.c (new) | 10 ++++++++++
1 file changed, 10 insertions(+)
--
You are receiving this mail because:
You are on the CC list for the bug.