File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1158,8 +1158,11 @@ lio_listio
1158
1158
localeconv_l
1159
1159
lockf
1160
1160
login
1161
+ loginx
1161
1162
logout
1163
+ logoutx
1162
1164
logwtmp
1165
+ logwtmpx
1163
1166
login_tty
1164
1167
lutimes
1165
1168
lwpid_t
Original file line number Diff line number Diff line change @@ -2319,8 +2319,18 @@ extern "C" {
2319
2319
) -> * mut :: c_char ;
2320
2320
#[ link_name = "__login50" ]
2321
2321
pub fn login ( ut : * const utmp ) ;
2322
+ #[ link_name = "__loginx50" ]
2323
+ pub fn loginx ( ut : * const utmpx ) ;
2322
2324
pub fn logout ( line : * const :: c_char ) ;
2325
+ pub fn logoutx ( line : * const :: c_char , status : :: c_int , tpe : :: c_int ) ;
2323
2326
pub fn logwtmp ( line : * const :: c_char , name : * const :: c_char , host : * const :: c_char ) ;
2327
+ pub fn logwtmpx (
2328
+ line : * const :: c_char ,
2329
+ name : * const :: c_char ,
2330
+ host : * const :: c_char ,
2331
+ status : :: c_int ,
2332
+ tpe : :: c_int ,
2333
+ ) ;
2324
2334
2325
2335
pub fn kinfo_getvmmap ( pid : :: pid_t , cntp : * mut :: size_t ) -> * mut kinfo_vmentry ;
2326
2336
}
You can’t perform that action at this time.
0 commit comments