[Bug 273373] <sys/timerfd.h> fails to build in POSIX mode due to namespace pollution

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 28 Aug 2023 22:38:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373

--- Comment #8 from Jake Freeland <jake@technologyfriends.net> ---
(In reply to Jan Beich from comment #7)
Of course:)

Does chromium successfully compile with this change? I just tested using this
example:
#include <sys/timerfd.h>
int main() { timerfd_create(CLOCK_MONOTONIC, 0); return 0; }

I'm setting up a chromium compile now, but if you can do verify easier, I will
stop it.

-- 
You are receiving this mail because:
You are the assignee for the bug.