summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bartels <Florian.Bartels@elektrobit.com>2023-02-21 10:47:04 +0100
committerFlorian Bartels <Florian.Bartels@elektrobit.com>2023-02-21 10:48:17 +0100
commit8dfe94b47169b44053a7f2dc7de6c53857c74ac7 (patch)
treebbdee6b086340c367fdd6d199d543f431d38019c
parent9e633205ce8c7ed450da4af68bc57ca98d88de8a (diff)
downloadrust-libc-8dfe94b47169b44053a7f2dc7de6c53857c74ac7.tar.gz
Remove duplicated atof function declaration
This adapts to the changes done with PR #3036
-rw-r--r--src/unix/nto/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unix/nto/mod.rs b/src/unix/nto/mod.rs
index 45e97ceace..b8fcf9df8e 100644
--- a/src/unix/nto/mod.rs
+++ b/src/unix/nto/mod.rs
@@ -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);