Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: RLIM_NLIMITS compile problem
- X-seq: zsh-workers 9647
- From: Zefram <zefram@xxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: RLIM_NLIMITS compile problem
- Date: Thu, 10 Feb 2000 10:02:25 +0000 (GMT)
- Cc: Adam Spiers <adam@xxxxxxxxxx>, zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- In-reply-to: <1000209180231.ZM1102@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Feb 9, 2000 06:02:31 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
>So I'm puzzled, but: Zefram et al., what's the reason that those
>HAVE_GETRLIMIT bits in exec.c were never moved to the rlimits module?
Only the builtins were moved. Looking at it, it appears that all the
resource limit handling code could reasonably be moved into the module,
using hooks, since if the limit-setting builtins are never used then
the limit setting is a no-op.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author