Searched hist:d56a6f0516a748774673272f227c1862827b46fc (Results 1 – 1 of 1) sorted by relevance
/freebsd/include/ |
H A D | stdlib.h | diff d56a6f0516a748774673272f227c1862827b46fc Fri Feb 02 20:06:25 CET 2024 Warner Losh <imp@FreeBSD.org> 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
|