Explorar o código

fegetround is implemented in openlibm, remove no_mangle

Jeremy Soller %!s(int64=2) %!d(string=hai) anos
pai
achega
e0be408287
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/header/_fenv/mod.rs

+ 1 - 1
src/header/_fenv/mod.rs

@@ -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
 }