pub const RLIMIT_LOCKS: c_int = 10;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is a limit on the combined number of flock(2) locks and fcntl(2)
leases that this process may establish.
Only affects Linux 2.4.0 to 2.4.24.