We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c49a9 commit 1a7ee71Copy full SHA for 1a7ee71
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -69,7 +69,7 @@ pub const F_GETLK: ::c_int = 7;
69
pub const F_SETLK: ::c_int = 8;
70
pub const F_SETLKW: ::c_int = 9;
71
pub const ELAST: ::c_int = 99;
72
-pub const RLIM_POSIXLOCKS: ::c_int = 11;
+pub const RLIMIT_POSIXLOCKS: ::c_int = 11;
73
pub const RLIM_NLIMITS: ::rlim_t = 12;
74
75
pub const Q_GETQUOTA: ::c_int = 0x300;
0 commit comments