File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,7 @@ extern {
444
444
flags : :: c_int , addr : * mut :: sockaddr ,
445
445
addrlen : * mut :: socklen_t ) -> :: ssize_t ;
446
446
pub fn mkstemps ( template : * mut :: c_char , suffixlen : :: c_int ) -> :: c_int ;
447
+ #[ cfg_attr( target_os = "netbsd" , link_name = "__futimes50" ) ]
447
448
pub fn futimes ( fd : :: c_int , times : * const :: timeval ) -> :: c_int ;
448
449
pub fn nl_langinfo ( item : :: nl_item ) -> * mut :: c_char ;
449
450
Original file line number Diff line number Diff line change @@ -1004,6 +1004,7 @@ extern {
1004
1004
pub fn lio_listio ( mode : :: c_int , aiocb_list : * const * mut aiocb ,
1005
1005
nitems : :: c_int , sevp : * mut sigevent ) -> :: c_int ;
1006
1006
1007
+ #[ link_name = "__lutimes50" ]
1007
1008
pub fn lutimes ( file : * const :: c_char , times : * const :: timeval ) -> :: c_int ;
1008
1009
pub fn getnameinfo ( sa : * const :: sockaddr ,
1009
1010
salen : :: socklen_t ,
@@ -1055,11 +1056,13 @@ extern {
1055
1056
pub fn mq_setattr ( mqd : :: mqd_t ,
1056
1057
newattr : * const :: mq_attr ,
1057
1058
oldattr : * mut :: mq_attr ) -> :: c_int ;
1059
+ #[ link_name = "__mq_timedreceive50" ]
1058
1060
pub fn mq_timedreceive ( mqd : :: mqd_t ,
1059
1061
msg_ptr : * mut :: c_char ,
1060
1062
msg_len : :: size_t ,
1061
1063
msq_prio : * mut :: c_uint ,
1062
1064
abs_timeout : * const :: timespec ) -> :: ssize_t ;
1065
+ #[ link_name = "__mq_timedsend50" ]
1063
1066
pub fn mq_timedsend ( mqd : :: mqd_t ,
1064
1067
msg_ptr : * const :: c_char ,
1065
1068
msg_len : :: size_t ,
You can’t perform that action at this time.
0 commit comments