From cec1877e180393eba0f6ddb0cf97bf3a791631c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:42 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/errno-dragonfly/src/lib.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 vendor/errno-dragonfly/src/lib.rs (limited to 'vendor/errno-dragonfly/src/lib.rs') diff --git a/vendor/errno-dragonfly/src/lib.rs b/vendor/errno-dragonfly/src/lib.rs deleted file mode 100644 index 4208344d3..000000000 --- a/vendor/errno-dragonfly/src/lib.rs +++ /dev/null @@ -1,6 +0,0 @@ -#![no_std] - -#[link(name = "errno", kind = "static")] -extern "C" { - pub fn errno_location() -> *mut libc::c_int; -} -- cgit v1.2.3