Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
1.1.8 - RLIM_NLIMITS missing
- X-seq: zsh-workers 13407
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: 1.1.8 - RLIM_NLIMITS missing
- Date: Wed, 31 Jan 2001 11:38:42 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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 >>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author