This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 1.1.8 - RLIM_NLIMITS missing


On Wed, Jan 31, 2001 at 11:44:40AM +0300, Andrej Borsenkow wrote:
> 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 */

Thanks for the hint, I will add it.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]