Disable at_quick_exit

This commit is contained in:
Jeremy Soller
2025-04-11 16:25:12 -06:00
parent b3fbea62da
commit d9a28156ce
+1 -1
View File
@@ -144,7 +144,7 @@ pub unsafe extern "C" fn aligned_alloc(alignment: size_t, size: size_t) -> *mut
}
/// See <https://pubs.opengroup.org/onlinepubs/9799919799/functions/at_quick_exit.html>.
#[no_mangle]
// #[no_mangle]
pub unsafe extern "C" fn at_quick_exit(func: Option<extern "C" fn()>) -> c_int {
unimplemented!();
}