summaryrefslogtreecommitdiffstats
path: root/bin/csh/func.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/func.c')
-rw-r--r--bin/csh/func.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/func.c b/bin/csh/func.c
index 070fc84..2a1b802 100644
--- a/bin/csh/func.c
+++ b/bin/csh/func.c
@@ -1142,6 +1142,7 @@ static struct limits {
{ RLIMIT_MEMLOCK, "memorylocked", 1024, "kbytes" },
{ RLIMIT_NPROC, "maxproc", 1, "" },
{ RLIMIT_NOFILE, "openfiles", 1, "" },
+ { RLIMIT_SBSIZE, "sbsize ", 1, "bytes" },
{ -1, NULL, 0, NULL }
};
OpenPOWER on IntegriCloud