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 @@ -1174,8 +1174,11 @@ lio_listio
1174
1174
localeconv_l
1175
1175
lockf
1176
1176
login
1177
+ loginx
1177
1178
logout
1179
+ logoutx
1178
1180
logwtmp
1181
+ logwtmpx
1179
1182
login_tty
1180
1183
lutimes
1181
1184
lwpid_t
Original file line number Diff line number Diff line change @@ -2333,8 +2333,18 @@ extern "C" {
2333
2333
) -> * mut :: c_char ;
2334
2334
#[ link_name = "__login50" ]
2335
2335
pub fn login ( ut : * const utmp ) ;
2336
+ #[ link_name = "__loginx50" ]
2337
+ pub fn loginx ( ut : * const utmpx ) ;
2336
2338
pub fn logout ( line : * const :: c_char ) ;
2339
+ pub fn logoutx ( line : * const :: c_char , status : :: c_int , tpe : :: c_int ) ;
2337
2340
pub fn logwtmp ( line : * const :: c_char , name : * const :: c_char , host : * const :: c_char ) ;
2341
+ pub fn logwtmpx (
2342
+ line : * const :: c_char ,
2343
+ name : * const :: c_char ,
2344
+ host : * const :: c_char ,
2345
+ status : :: c_int ,
2346
+ tpe : :: c_int ,
2347
+ ) ;
2338
2348
2339
2349
pub fn kinfo_getvmmap ( pid : :: pid_t , cntp : * mut :: size_t ) -> * mut kinfo_vmentry ;
2340
2350
}
You can’t perform that action at this time.
0 commit comments