[9] RFR of 8074821: Resolve disabled warnings for libnio

Alan Bateman Alan.Bateman at oracle.com
Fri May 8 14:46:19 UTC 2015


On 08/05/2015 15:42, Brian Burkhalter wrote:
> I have a VM which per ‘uname’ is
>
> SunOS Solaris11VB 5.11 11.2 i86pc i386 i86pc
>
> described by VirtualBox as “Oracle Solaris 11 (64 bit).” I don’t see 
> any file on the system which defines RLIM_INFINITY based on
>
> bpb at Solaris11VB:~$ sudo find / -name '*.h' -exec grep RLIM_INFINITY {} 
> \; -print
>
> I suppose I would just add the definition to /etc/system?
>
It's defined in /usr/include/sys/resource.h but you might have developer 
packages installed:

    #define RLIM_INFINITY   ((rlim_t)-3l)

-Alan



More information about the nio-dev mailing list