Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: RLIM_NLIMITS compile problem



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