]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stdlib.h: Partially revert c27a89971805
authorWarner Losh <imp@FreeBSD.org>
Fri, 2 Feb 2024 19:06:25 +0000 (12:06 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 2 Feb 2024 19:11:50 +0000 (12:11 -0700)
commitd56a6f0516a748774673272f227c1862827b46fc
treea70c05e817ffa02c16b4eb92b2961f0f7f6613c3
parentc475e61f66fe8fe939e18ec7821c2340569f3271
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
include/stdlib.h