Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 18:52:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234205] /usr/include/sys/file.h uses the u_int typedef which causes C compilation to sometimes fail
Message-ID:  <bug-234205-227-3rGQVT4OSB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234205-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234205-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234205

Jilles Tjoelker <jilles@FreeBSD.org> changed:

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

--- Comment #1 from Jilles Tjoelker <jilles@FreeBSD.org> ---
The current implementation of the feature test macros like _XOPEN_SOURCE th=
at
request strict standards compliance is that the application is assumed not =
to
need any extensions. For the most part, defining such a macro hides things =
not
belonging to the selected standard from header files listed in the standard=
. If
a header file is used that is not in the standard, this is a bad idea: it
either fails (as you see here) or exposes extensions to the standard.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234205-227-3rGQVT4OSB>