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.
2 parents 72cf180 + b70bf63 commit 82b85b7Copy full SHA for 82b85b7
src/unix/haiku/mod.rs
@@ -1487,6 +1487,12 @@ extern "C" {
1487
pub fn getpriority(which: ::c_int, who: id_t) -> ::c_int;
1488
pub fn setpriority(which: ::c_int, who: id_t, priority: ::c_int) -> ::c_int;
1489
1490
+ pub fn endusershell();
1491
+ pub fn getpass(prompt: *const ::c_char) -> *mut ::c_char;
1492
+ pub fn getusershell() -> *mut ::c_char;
1493
+ pub fn issetugid() -> ::c_int;
1494
+ pub fn setusershell();
1495
+
1496
pub fn utimensat(
1497
fd: ::c_int,
1498
path: *const ::c_char,
0 commit comments