mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct description of RLIMIT_CPU.
Reported by: bde
This commit is contained in:
parent
bf24183749
commit
a1cea66a50
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ struct rusage {
|
|||
/*
|
||||
* Resource limits
|
||||
*/
|
||||
#define RLIMIT_CPU 0 /* cpu time in milliseconds */
|
||||
#define RLIMIT_CPU 0 /* maximum cpu time in seconds */
|
||||
#define RLIMIT_FSIZE 1 /* maximum file size */
|
||||
#define RLIMIT_DATA 2 /* data size */
|
||||
#define RLIMIT_STACK 3 /* stack size */
|
||||
|
|
|
|||
Loading…
Reference in a new issue