HomeFreeBSD

stdlib.h: Partially revert c27a89971805

Description

stdlib.h: Partially revert c27a89971805

quick_exit() can call other functions, and we don't guarantee it calls
std::terminate should those other functions throw exceptions. And to
make it do so has ABI complications for libc. Until that's sorted out,
revert this noexcept (but leave a comment behind so people will find
this commit message)

Requested by: kib

Sponsored by: Netflix

Details

Provenance
impAuthored on Feb 2 2024, 7:06 PM
Parents
rGc475e61f66fe: stand/lua: always allow overriding with local config files
Branches
Unknown
Tags
Unknown
Reverts
rGc27a89971805: stdlib.h: add __noexcept to prototypes