zsh-workers
 help / color / mirror / code / Atom feed
From: gonzoism <gonzoism@yahoo.com>
To: zsh-workers@sunsite.auc.dk
Subject: Warning mail rlimits.h to developers ?
Date: Mon, 28 May 2001 22:33:50 +0000 (GMT)	[thread overview]
Message-ID: <Pine.LNX.4.21.0105282228210.14207-200000@gonzoism.wonderland.net> (raw)

[-- Attachment #1: Type: TEXT/PLAIN, Size: 135 bytes --]

i caught make telling me to mail this to yall.
so here it is.
maybe it will be of help.
thanks for zsh.
will be happy to get zsh-4.0.


[-- Attachment #2: Type: TEXT/PLAIN, Size: 587 bytes --]

/** rlimits.h                              **/
/** architecture-customized limits for zsh **/

#define ZSH_NLIMITS 11

static char const *recs[ZSH_NLIMITS] = {
	"cputime",
	"filesize",
	"datasize",
	"stacksize",
	"coredumpsize",
	"memoryuse",
	"maxproc",
	"descriptors",
	"memorylocked",
	"addressspace",
	"LOCKS",
};

static int limtype[ZSH_NLIMITS] = {
	ZLIMTYPE_TIME,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_NUMBER,
	ZLIMTYPE_NUMBER,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_MEMORY,
	ZLIMTYPE_UNKNOWN,
};

             reply	other threads:[~2001-05-29  1:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-28 22:33 gonzoism [this message]
2001-05-29  1:10 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0105282228210.14207-200000@gonzoism.wonderland.net \
    --to=gonzoism@yahoo.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).