We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow(dead_code)]
1 parent 824a928 commit 9a676f1Copy full SHA for 9a676f1
src/libstd/sys/unix/c.rs
@@ -21,6 +21,7 @@
21
// being 1024 bits on all platforms. If you're adding a new GNU/Linux
22
// port, check glibc's sysdeps/unix/sysv/linux, not the kernel headers.
23
24
+#![allow(dead_code)]
25
#![allow(non_camel_case_types)]
26
27
pub use self::signal_os::{sigaction, siginfo, sigset_t, sigaltstack};
0 commit comments