File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1040,6 +1040,7 @@ f! {
1040
1040
}
1041
1041
}
1042
1042
1043
+ #[ link( name = "rt" ) ]
1043
1044
extern {
1044
1045
pub fn aio_read ( aiocbp : * mut aiocb ) -> :: c_int ;
1045
1046
pub fn aio_write ( aiocbp : * mut aiocb ) -> :: c_int ;
@@ -1052,7 +1053,9 @@ extern {
1052
1053
pub fn aio_cancel ( fd : :: c_int , aiocbp : * mut aiocb ) -> :: c_int ;
1053
1054
pub fn lio_listio ( mode : :: c_int , aiocb_list : * const * mut aiocb ,
1054
1055
nitems : :: c_int , sevp : * mut sigevent ) -> :: c_int ;
1056
+ }
1055
1057
1058
+ extern {
1056
1059
pub fn chflags ( path : * const :: c_char , flags : :: c_ulong ) -> :: c_int ;
1057
1060
pub fn fchflags ( fd : :: c_int , flags : :: c_ulong ) -> :: c_int ;
1058
1061
pub fn lchflags ( path : * const :: c_char , flags : :: c_ulong ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments