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 d08a3e8 commit 863e106Copy full SHA for 863e106
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1907,9 +1907,9 @@ extern "C" {
1907
pub fn pututxline(ut: *const utmpx) -> *mut utmpx;
1908
pub fn setutxent();
1909
pub fn endutxent();
1910
- // TODO: uncomment after utmp implementation
1911
- // pub fn getutmp(ux: *const utmpx, u: *mut utmp);
1912
- // pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
+// TODO: uncomment after utmp implementation
+// pub fn getutmp(ux: *const utmpx, u: *mut utmp);
+// pub fn getutmpx(u: *const utmp, ux: *mut utmpx);
1913
}
1914
1915
cfg_if! {
0 commit comments