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 9af04ce commit 8a480edCopy full SHA for 8a480ed
src/unix/linux_like/linux/gnu/mod.rs
@@ -893,6 +893,7 @@ extern {
893
resource: ::__rlimit_resource_t,
894
new_limit: *const ::rlimit64,
895
old_limit: *mut ::rlimit64) -> ::c_int;
896
+ pub fn utmpname(file: *const ::c_char) -> ::c_int;
897
pub fn utmpxname(file: *const ::c_char) -> ::c_int;
898
pub fn getutxent() -> *mut utmpx;
899
pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
0 commit comments