We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8aa82d commit 6d3470fCopy full SHA for 6d3470f
tests/pass-dep/libc/prctl.rs
@@ -1,7 +1,7 @@
1
//@only-target: android # prctl is currently supported for Android only
2
+use libc::c_char;
3
use std::ffi::CStr;
4
use std::ffi::CString;
-use libc::c_char;
5
6
fn main() {
7
let long_name = CString::new(
0 commit comments