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 0606678 + 8a480ed commit e61ec82Copy full SHA for e61ec82
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