Remove one more #cfg

This commit is contained in:
Fabian Boehm 2024-02-01 20:23:07 +01:00
parent 640e25d557
commit c959bcbb57

View file

@ -103,7 +103,6 @@ extern "C" {
fn C_RLIMIT_NTHR() -> i32; // ifndef: -1
}
#[cfg(target_os = "netbsd")]
extern "C" {
pub fn C_LC_GLOBAL_LOCALE() -> libc::locale_t;
}