We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fd318 commit 9f1cbfaCopy full SHA for 9f1cbfa
src/unix/solarish/mod.rs
@@ -2399,10 +2399,10 @@ extern "C" {
2399
pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
2400
pub fn setutxent();
2401
pub fn endutxent();
2402
- // TODO: uncomment after utmp implementation
2403
- // pub fn getutmp(ux: *const utmpx, u: *mut utmp);
2404
- // pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
2405
- // pub fn updwtmp(file: *const ::c_char, u: *mut utmp);
+// TODO: uncomment after utmp implementation
+// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
+// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
+// pub fn updwtmp(file: *const ::c_char, u: *mut utmp);
2406
}
2407
2408
mod compat;
0 commit comments