zsh-workers
 help / color / mirror / code / Atom feed
* 1.1.8 - RLIM_NLIMITS missing
@ 2001-01-31  8:38 Andrej Borsenkow
  2001-01-31  8:45 ` Andrej Borsenkow
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 2001-01-31  8:38 UTC (permalink / raw)
  To: ZSH workers mailing list


Cygwin now includes /usr/incude/sys/resources.h but it does not define
RLIM_NLIMITS. I am not sure if this definition is required by some standard,
but so far it is the first time it is undefined.

On my Unix:

#define RLIMIT_CPU      0               /* cpu time in milliseconds */
#define RLIMIT_FSIZE    1               /* maximum file size */
#define RLIMIT_DATA     2               /* data size */
#define RLIMIT_STACK    3               /* stack size */
#define RLIMIT_CORE     4               /* core file size */
#define RLIMIT_NOFILE   5               /* file descriptors */
#define RLIMIT_VMEM     6               /* maximum mapped memory */

#define RLIM_NLIMITS    7               /* number of resource limits */

-andrej

Have a nice DOS!
B >>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: 1.1.8 - RLIM_NLIMITS missing
  2001-01-31  8:38 1.1.8 - RLIM_NLIMITS missing Andrej Borsenkow
@ 2001-01-31  8:45 ` Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 2001-01-31  8:45 UTC (permalink / raw)
  To: ZSH workers mailing list


Sorry it was meant for Cygwin list.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-31  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-31  8:38 1.1.8 - RLIM_NLIMITS missing Andrej Borsenkow
2001-01-31  8:45 ` Andrej Borsenkow

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).