Browse Source

fegetround is implemented in openlibm, remove no_mangle

Jeremy Soller 2 năm trước cách đây
mục cha
commit
e0be408287
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }