procfs rlimit: handle pipebuf

(cherry picked from commit 2c1963d46335576d29fe21a4e7b424c47b711ef4)
This commit is contained in:
Konstantin Belousov 2024-09-20 18:04:06 +03:00
parent 4a337ee7ef
commit fc9070bf1d

View file

@ -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