Skip to content

Commit

Permalink
Auto merge of #3130 - flba-eb:remote_duplicated_atof, r=JohnTitor
Browse files Browse the repository at this point in the history
Remove duplicated atof function declaration

This adapts to the changes done with PR #3036, removing a function declaration which would exist twice otherwise.

cc: `@gh-tr,` `@samkearney`
  • Loading branch information
bors committed Mar 1, 2023
2 parents 09d5a4b + 8dfe94b commit 2bafdcf
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 2bafdcf

Please sign in to comment.