From edd8411ee868eac25a1c50b9c365b6453ac62fb5 Mon Sep 17 00:00:00 2001 From: litianze Date: Wed, 21 Jun 2023 10:15:06 +0800 Subject: [PATCH] To-add-allow-lins --- lib/util/parseln.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/util/parseln.rs b/lib/util/parseln.rs index 9737735..ffcc7d9 100644 --- a/lib/util/parseln.rs +++ b/lib/util/parseln.rs @@ -32,17 +32,7 @@ pub struct _IO_wide_data { _unused: [u8; 0], } -extern "C" { - fn strchr() - fn __ctype_b_loc() - fn realloc() - fn free() - fn memcpy() - fn sudo_debug_printf2_v1() -} -pub type __ssize_t = libc::c_long; -pub type ssize_t = __ssize_t; pub type __SIZE_TYPE__ = libc::c_ulong; pub type size_t = __SIZE_TYPE__; pub type FILE = _IO_FILE; -- Gitee