mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-07 10:01:37 +01:00
zsh-3.1.5-pws-7
This commit is contained in:
parent
7a40d6c258
commit
850fb2e7f9
35 changed files with 1137 additions and 507 deletions
|
|
@ -148,6 +148,7 @@ parse_string(char *s)
|
|||
return l;
|
||||
}
|
||||
|
||||
/**/
|
||||
#ifdef HAVE_GETRLIMIT
|
||||
|
||||
/* the resource limits for the shell and its children */
|
||||
|
|
@ -184,6 +185,7 @@ setlimits(char *nam)
|
|||
return ret;
|
||||
}
|
||||
|
||||
/**/
|
||||
#endif /* HAVE_GETRLIMIT */
|
||||
|
||||
/* fork and set limits */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue