File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,6 @@ pub const F_SETLKW: ::c_int = 9;
71
71
pub const ELAST : :: c_int = 99 ;
72
72
pub const RLIM_POSIXLOCKS : :: c_int = 11 ;
73
73
pub const RLIM_NLIMITS : :: rlim_t = 12 ;
74
+
75
+ pub const Q_GETQUOTA : :: c_int = 0x300 ;
76
+ pub const Q_SETQUOTA : :: c_int = 0x400 ;
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ pub const RLIMIT_NPTS: ::c_int = 11;
58
58
pub const RLIMIT_SWAP : :: c_int = 12 ;
59
59
pub const RLIM_NLIMITS : :: rlim_t = 13 ;
60
60
61
+ pub const Q_GETQUOTA : :: c_int = 0x700 ;
62
+ pub const Q_SETQUOTA : :: c_int = 0x800 ;
63
+
61
64
extern {
62
65
pub fn __error ( ) -> * mut :: c_int ;
63
66
}
Original file line number Diff line number Diff line change @@ -557,9 +557,6 @@ pub const ST_NOSUID: ::c_ulong = 2;
557
557
558
558
pub const NI_MAXHOST : :: size_t = 1025 ;
559
559
560
- pub const Q_GETQUOTA : :: c_int = 0x700 ;
561
- pub const Q_SETQUOTA : :: c_int = 0x800 ;
562
-
563
560
pub const RTLD_LOCAL : :: c_int = 0 ;
564
561
pub const RTLD_NODELETE : :: c_int = 0x1000 ;
565
562
pub const RTLD_NOLOAD : :: c_int = 0x2000 ;
You can’t perform that action at this time.
0 commit comments