fegetround is implemented in openlibm, remove no_mangle

This commit is contained in:
Jeremy Soller
2022-08-22 08:39:53 -06:00
parent eac4a349d8
commit e0be408287
+1 -1
View File
@@ -28,7 +28,7 @@ pub unsafe extern "C" fn fegetexceptflag(flagp: *mut fexcept_t, excepts: c_int)
unimplemented!();
}
#[no_mangle]
// #[no_mangle]
pub unsafe extern "C" fn fegetround() -> c_int {
FE_TONEAREST
}