File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2143,6 +2143,9 @@ pub const ENOTRECOVERABLE: c_int = 104;
21432143pub const EOWNERDEAD : c_int = 105 ;
21442144pub const EQFULL : c_int = 106 ;
21452145pub const ENOTCAPABLE : c_int = 107 ;
2146+
2147+ /// This symbols is prone to change across releases upstream.
2148+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
21462149pub const ELAST : c_int = 107 ;
21472150
21482151pub const EAI_AGAIN : c_int = 2 ;
Original file line number Diff line number Diff line change @@ -548,7 +548,11 @@ pub const ENOMEDIUM: c_int = 93;
548548pub const ENOTRECOVERABLE : c_int = 94 ;
549549pub const EOWNERDEAD : c_int = 95 ;
550550pub const EASYNC : c_int = 99 ;
551+
552+ /// This symbols is prone to change across releases upstream.
553+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
551554pub const ELAST : c_int = 99 ;
555+
552556pub const RLIMIT_POSIXLOCKS : c_int = 11 ;
553557#[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
554558pub const RLIM_NLIMITS : crate :: rlim_t = 12 ;
Original file line number Diff line number Diff line change @@ -258,7 +258,10 @@ s! {
258258 }
259259}
260260
261+ /// This symbols is prone to change across releases upstream.
262+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
261263pub const ELAST : c_int = 96 ;
264+
262265pub const RAND_MAX : c_int = 0x7fff_fffd ;
263266pub const KI_NSPARE_PTR : usize = 6 ;
264267pub const MINCORE_SUPER : c_int = 0x20 ;
Original file line number Diff line number Diff line change 304304}
305305
306306pub const RAND_MAX : c_int = 0x7fff_fffd ;
307+
308+ /// This symbols is prone to change across releases upstream.
309+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
307310pub const ELAST : c_int = 97 ;
308311
309312/// max length of devicename
Original file line number Diff line number Diff line change 317317}
318318
319319pub const RAND_MAX : c_int = 0x7fff_ffff ;
320+
321+ /// This symbols is prone to change across releases upstream.
322+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
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 319319}
320320
321321pub const RAND_MAX : c_int = 0x7fff_ffff ;
322+
323+ /// This symbols is prone to change across releases upstream.
324+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
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 321321}
322322
323323pub const RAND_MAX : c_int = 0x7fff_ffff ;
324+
325+ /// This symbols is prone to change across releases upstream.
326+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
324327pub const ELAST : c_int = 97 ;
325328
326329pub const KF_TYPE_EVENTFD : c_int = 13 ;
Original file line number Diff line number Diff line change @@ -945,6 +945,9 @@ pub const EBADMSG: c_int = 92;
945945pub const ENOTRECOVERABLE : c_int = 93 ;
946946pub const EOWNERDEAD : c_int = 94 ;
947947pub const EPROTO : c_int = 95 ;
948+
949+ /// This symbols is prone to change across releases upstream.
950+ /// See the [usage guidelines](crate::#usage-guidelines) for details and use.
948951pub const ELAST : c_int = 95 ;
949952
950953pub const F_DUPFD_CLOEXEC : c_int = 10 ;
You can’t perform that action at this time.
0 commit comments