mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
procfs rlimit: handle pipebuf
(cherry picked from commit 2c1963d46335576d29fe21a4e7b424c47b711ef4)
This commit is contained in:
parent
4a337ee7ef
commit
fc9070bf1d
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ struct __wrusage {
|
|||
*/
|
||||
|
||||
#ifdef _RLIMIT_IDENT
|
||||
static const char *rlimit_ident[RLIM_NLIMITS] = {
|
||||
static const char *rlimit_ident[] = {
|
||||
"cpu",
|
||||
"fsize",
|
||||
"data",
|
||||
|
|
@ -145,6 +145,7 @@ static const char *rlimit_ident[RLIM_NLIMITS] = {
|
|||
"swap",
|
||||
"kqueues",
|
||||
"umtx",
|
||||
"pipebuf",
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue