We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f1439 commit 00d9877Copy full SHA for 00d9877
src/unix/bsd/openbsdlike/mod.rs
@@ -355,6 +355,9 @@ pub const _SC_TZNAME_MAX : ::c_int = 27;
355
pub const _SC_PAGESIZE : ::c_int = 28;
356
pub const _SC_FSYNC : ::c_int = 29;
357
358
+pub const KERN_PROC_ARGV: ::c_int = 1;
359
+pub const KERN_PROC_ARGS: ::c_int = 55;
360
+
361
extern {
362
pub fn mincore(addr: *mut ::c_void, len: ::size_t,
363
vec: *mut ::c_char) -> ::c_int;
0 commit comments