File tree Expand file tree Collapse file tree
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,7 +259,11 @@ s! {
259259}
260260
261261pub const ELAST : c_int = 96 ;
262+
263+ /// This symbols is prone to change across releases upstream.
264+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
262265pub const RAND_MAX : c_int = 0x7fff_fffd ;
266+
263267pub const KI_NSPARE_PTR : usize = 6 ;
264268pub const MINCORE_SUPER : c_int = 0x20 ;
265269/// max length of devicename
Original file line number Diff line number Diff line change @@ -303,7 +303,10 @@ s! {
303303 }
304304}
305305
306+ /// This symbols is prone to change across releases upstream.
307+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
306308pub const RAND_MAX : c_int = 0x7fff_fffd ;
309+
307310pub const ELAST : c_int = 97 ;
308311
309312/// max length of devicename
Original file line number Diff line number Diff line change @@ -316,7 +316,10 @@ s! {
316316 }
317317}
318318
319+ /// This symbols is prone to change across releases upstream.
320+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
319321pub const RAND_MAX : c_int = 0x7fff_ffff ;
322+
320323pub const ELAST : c_int = 97 ;
321324
322325pub const KF_TYPE_EVENTFD : c_int = 13 ;
Original file line number Diff line number Diff line change @@ -318,7 +318,10 @@ s! {
318318 }
319319}
320320
321+ /// This symbols is prone to change across releases upstream.
322+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
321323pub const RAND_MAX : c_int = 0x7fff_ffff ;
324+
322325pub const ELAST : c_int = 97 ;
323326
324327pub const KF_TYPE_EVENTFD : c_int = 13 ;
Original file line number Diff line number Diff line change @@ -320,7 +320,10 @@ s! {
320320 }
321321}
322322
323+ /// This symbols is prone to change across releases upstream.
324+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
323325pub const RAND_MAX : c_int = 0x7fff_ffff ;
326+
324327pub const ELAST : c_int = 97 ;
325328
326329pub const KF_TYPE_EVENTFD : c_int = 13 ;
You can’t perform that action at this time.
0 commit comments