Skip to content

Commit 1a7ee71

Browse files
committed
Fix RLIM_POSIXLOCKS -> RLIMIT_POSIXLOCKS
1 parent 09c49a9 commit 1a7ee71

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike/dragonfly

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/dragonfly/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub const F_GETLK: ::c_int = 7;
6969
pub const F_SETLK: ::c_int = 8;
7070
pub const F_SETLKW: ::c_int = 9;
7171
pub const ELAST: ::c_int = 99;
72-
pub const RLIM_POSIXLOCKS: ::c_int = 11;
72+
pub const RLIMIT_POSIXLOCKS: ::c_int = 11;
7373
pub const RLIM_NLIMITS: ::rlim_t = 12;
7474

7575
pub const Q_GETQUOTA: ::c_int = 0x300;

0 commit comments

Comments
 (0)