Skip to content
Snippets Groups Projects
Unverified Commit 8a480ed9 authored by Luca Bruno's avatar Luca Bruno
Browse files

linux/gnu: add utmpname()

parent 9af04ceb
No related branches found
No related tags found
No related merge requests found
......@@ -893,6 +893,7 @@ extern {
resource: ::__rlimit_resource_t,
new_limit: *const ::rlimit64,
old_limit: *mut ::rlimit64) -> ::c_int;
pub fn utmpname(file: *const ::c_char) -> ::c_int;
pub fn utmpxname(file: *const ::c_char) -> ::c_int;
pub fn getutxent() -> *mut utmpx;
pub fn getutxid(ut: *const utmpx) -> *mut utmpx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment