[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 04 Jul 2022 09:21:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265024

Hans Petter Selasky <hselasky@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |hselasky@FreeBSD.org

--- Comment #1 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
Hi Jan,

I think it is not a good idea to have a macro duped close().

Can you ask someone to replace all these macros open/close/read/write .... with
static inline functions instead, in upstream?

/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)

--HPS

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