=?UTF-8?Q?Re:_[PATCH]_Linux:_Fix_fcntl, _ioctl, _prctl_redirects_for_=5FTI?= ME_BITS=64 (bug 28182)
Zack Weinberg
zack@owlfolio.org
Wed Aug 4 12:08:15 GMT 2021
On Wed, Aug 4, 2021, at 7:19 AM, Andreas Schwab wrote:
> On Aug 04 2021, Florian Weimer via Libc-alpha wrote:
>
> > __REDIRECT and __THROW are not compatible with C++ due to the ordering of the
> > __asm__ alias and the throw specifier. __REDIRECT_NTH has to be used
> > instead.
>
> There should be a test so that this won't happen again.
scripts/check-installed-headers.sh already verifies that installed headers are compilable as C++. It doesn’t test -D_TIME_BITS=64 currently though.
zw
More information about the Libc-alpha
mailing list