Skip to content

Commit 8dfe94b

Browse files
committed
Remove duplicated atof function declaration
This adapts to the changes done with PR #3036
1 parent 9e63320 commit 8dfe94b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/nto/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2748,7 +2748,6 @@ extern "C" {
27482748
pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;
27492749

27502750
pub fn abs(i: ::c_int) -> ::c_int;
2751-
pub fn atof(s: *const ::c_char) -> ::c_double;
27522751
pub fn labs(i: ::c_long) -> ::c_long;
27532752
pub fn rand() -> ::c_int;
27542753
pub fn srand(seed: ::c_uint);

0 commit comments

Comments
 (0)