diff options
author | Rob Landley <rob@landley.net> | 2016-03-01 23:50:23 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-03-01 23:50:23 -0600 |
commit | 323819c689448fffcf4d3ed20f2485b75ac64b64 (patch) | |
tree | 0d4e1aa9c466fef1d067d05364c6d4ee46d9d6df /toys | |
parent | dfc44f12d7de952a5aec0c7a4141b609d18cd034 (diff) | |
download | toybox-323819c689448fffcf4d3ed20f2485b75ac64b64.tar.gz |
The last-ever release of uClibc hasn't got prlimit, so probe.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/ulimit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/posix/ulimit.c b/toys/posix/ulimit.c index b14cd933..b4d8e946 100644 --- a/toys/posix/ulimit.c +++ b/toys/posix/ulimit.c @@ -21,6 +21,7 @@ USE_ULIMIT(NEWTOY(ulimit, ">1P#<1SHavutsrRqpnmlifedc[-SH][!apvutsrRqnmlifedc]", config ULIMIT bool "ulimit" default y + depends on TOYBOX_PRLIMIT help usage: ulimit [-P PID] [-SHRacdefilmnpqrstuv] [LIMIT] |