Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: pre1 on hpux bug
- X-seq: zsh-workers 1495
- From: Zefram <A.Main@xxxxxxxxxxxxxxxxx>
- To: bas@xxxxxxxxxxxx (Bas V. de Bakker)
- Subject: Re: pre1 on hpux bug
- Date: Mon, 1 Jul 1996 16:56:35 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199607011328.JAA05138@xxxxxxxxxxxxxxxxxxxxxxxx> from "Bas V. de Bakker" at Jul 1, 96 03:27:48 pm
>- # ifdef __hpux
>- /* HPUX does have the BSD rlimits in the kernel. Officially they are *
>- * unsupported but quite a few of them like RLIMIT_CORE seem to work. *
>- * All the following are in the <sys/resource.h> but made visible *
>- * only for the kernel. */
>Note that all these definitions are in <sys/resource.h>, but with
>RLIMIT_AS added and RLIM_NLIMITS defined to 8.
Maybe that #ifdef should merely be changed to "#if defined(__hpux) &&
!defined(RLIM_NLIMITS)".
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author