[Bug 273712] off64_t namespace pollution in <sys/types.h> or incomplete LFS64 API support

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Sep 2023 15:25:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273712

Warner Losh <imp@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |imp@FreeBSD.org

--- Comment #3 from Warner Losh <imp@FreeBSD.org> ---
FreeBSD's headers have a dichotomy between the _foo_SOURCE macro defined and
what's visible by checking _foo_VISIBLE. We should maintain that here.

However, FreeBSD doesn't implement the full range of these functions. It was
dubious at best that they were ever defined in the first place. And we'd need
to make a number of other changes before this would be safe.

So it's not quite so simple to provide the interface.

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