From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/libc/tests/const_fn.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vendor/libc/tests/const_fn.rs (limited to 'vendor/libc/tests/const_fn.rs') diff --git a/vendor/libc/tests/const_fn.rs b/vendor/libc/tests/const_fn.rs deleted file mode 100644 index 0e7e186..0000000 --- a/vendor/libc/tests/const_fn.rs +++ /dev/null @@ -1,5 +0,0 @@ -#![cfg(libc_const_extern_fn)] // If this does not hold, the file is empty - -#[cfg(target_os = "linux")] -const _FOO: libc::c_uint = unsafe { libc::CMSG_SPACE(1) }; -//^ if CMSG_SPACE is not const, this will fail to compile -- cgit v1.2.3