File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2818,6 +2818,10 @@ pub const SIGEV_THREAD: ::c_int = 3;
2818
2818
pub const AIO_CANCELED : :: c_int = 2 ;
2819
2819
pub const AIO_NOTCANCELED : :: c_int = 4 ;
2820
2820
pub const AIO_ALLDONE : :: c_int = 1 ;
2821
+ #[ deprecated(
2822
+ since="0.2.64" ,
2823
+ note="Can vary at runtime. Use sysconf(3) instead" )
2824
+ ]
2821
2825
pub const AIO_LISTIO_MAX : :: c_int = 16 ;
2822
2826
pub const LIO_NOP : :: c_int = 0 ;
2823
2827
pub const LIO_WRITE : :: c_int = 2 ;
Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ cfg_if! {
239
239
}
240
240
}
241
241
242
+ #[ deprecated(
243
+ since="0.2.64" ,
244
+ note="Can vary at runtime. Use sysconf(3) instead" )
245
+ ]
242
246
pub const AIO_LISTIO_MAX : :: c_int = 16 ;
243
247
pub const AIO_CANCELED : :: c_int = 1 ;
244
248
pub const AIO_NOTCANCELED : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments