Skip to content

Commit

Permalink
Remove duplicated atof function declaration
Browse files Browse the repository at this point in the history
This adapts to the changes done with PR rust-lang#3036
  • Loading branch information
flba-eb committed Feb 21, 2023
1 parent 9e63320 commit 8dfe94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/nto/mod.rs
Expand Up @@ -2748,7 +2748,6 @@ extern "C" {
pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int;

pub fn abs(i: ::c_int) -> ::c_int;
pub fn atof(s: *const ::c_char) -> ::c_double;
pub fn labs(i: ::c_long) -> ::c_long;
pub fn rand() -> ::c_int;
pub fn srand(seed: ::c_uint);
Expand Down

0 comments on commit 8dfe94b

Please sign in to comment.