File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1320,6 +1320,8 @@ f! {
1320
1320
}
1321
1321
1322
1322
extern {
1323
+ pub fn lutimes ( file : * const :: c_char , times : * const :: timeval ) -> :: c_int ;
1324
+
1323
1325
pub fn getutxent ( ) -> * mut utmpx ;
1324
1326
pub fn getutxid ( ut : * const utmpx ) -> * mut utmpx ;
1325
1327
pub fn getutxline ( ut : * const utmpx ) -> * mut utmpx ;
Original file line number Diff line number Diff line change 723
723
}
724
724
725
725
extern {
726
+ pub fn lutimes ( file : * const :: c_char , times : * const :: timeval ) -> :: c_int ;
726
727
pub fn endutxent ( ) ;
727
728
pub fn getutxent ( ) -> * mut utmpx ;
728
729
pub fn getutxid ( ut : * const utmpx ) -> * mut utmpx ;
Original file line number Diff line number Diff line change @@ -398,6 +398,8 @@ pub const KI_MAXLOGNAME: ::c_int = 32;
398
398
pub const KI_EMULNAMELEN : :: c_int = 8 ;
399
399
400
400
extern {
401
+ pub fn lutimes ( file : * const :: c_char , times : * const :: timeval ) -> :: c_int ;
402
+
401
403
pub fn getnameinfo ( sa : * const :: sockaddr ,
402
404
salen : :: socklen_t ,
403
405
host : * mut :: c_char ,
Original file line number Diff line number Diff line change @@ -521,6 +521,7 @@ pub const KERN_PROC_GID: ::c_int = 7;
521
521
pub const KERN_PROC_RGID : :: c_int = 8 ;
522
522
523
523
extern {
524
+ pub fn lutimes ( file : * const :: c_char , times : * const :: timeval ) -> :: c_int ;
524
525
pub fn getnameinfo ( sa : * const :: sockaddr ,
525
526
salen : :: socklen_t ,
526
527
host : * mut :: c_char ,
Original file line number Diff line number Diff line change 510
510
}
511
511
512
512
extern {
513
+ pub fn lutimes ( file : * const :: c_char , times : * const :: timeval ) -> :: c_int ;
514
+
513
515
pub fn setpwent ( ) ;
514
516
pub fn getpwent ( ) -> * mut passwd ;
515
517
pub fn shm_open ( name : * const c_char , oflag : :: c_int ,
You can’t perform that action at this time.
0 commit comments