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 @@ -2814,6 +2814,10 @@ pub const SIGEV_THREAD: ::c_int = 3;
28142814pub const AIO_CANCELED : :: c_int = 2 ;
28152815pub const AIO_NOTCANCELED : :: c_int = 4 ;
28162816pub const AIO_ALLDONE : :: c_int = 1 ;
2817+ #[ deprecated(
2818+ since="0.2.64" ,
2819+ note="Can vary at runtime. Use sysconf(3) instead" )
2820+ ]
28172821pub const AIO_LISTIO_MAX : :: c_int = 16 ;
28182822pub const LIO_NOP : :: c_int = 0 ;
28192823pub const LIO_WRITE : :: c_int = 2 ;
Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ cfg_if! {
239239 }
240240}
241241
242+ #[ deprecated(
243+ since="0.2.64" ,
244+ note="Can vary at runtime. Use sysconf(3) instead" )
245+ ]
242246pub const AIO_LISTIO_MAX : :: c_int = 16 ;
243247pub const AIO_CANCELED : :: c_int = 1 ;
244248pub const AIO_NOTCANCELED : :: c_int = 2 ;
You can’t perform that action at this time.
0 commit comments