Displaying 2 results from an estimated 2 matches for "r_getfdlimit".
2017 Feb 09
3
changes in src/unix/system.c break builds on FreeBSD
...3: note: each undeclared identifier is reported only once
for each function it appears in
system.c:213:38: error: 'RLIM_SAVED_MAX' undeclared (first use in this
function)
if (lim == RLIM_SAVED_CUR || lim == RLIM_SAVED_MAX)
^
system.c: In function 'R_GetFDLimit':
system.c:509:13: error: 'RLIM_SAVED_CUR' undeclared (first use in this
function)
if (lim == RLIM_SAVED_CUR || lim == RLIM_SAVED_MAX)
^
system.c:509:38: error: 'RLIM_SAVED_MAX' undeclared (first use in this
function)
if (lim == RLIM_SAVED_CUR || lim == RLIM_SAV...
2017 Feb 09
0
changes in src/unix/system.c break builds on FreeBSD
...ifier is reported only once
> for each function it appears in
> system.c:213:38: error: 'RLIM_SAVED_MAX' undeclared (first use in this
> function)
> if (lim == RLIM_SAVED_CUR || lim == RLIM_SAVED_MAX)
> ^
> system.c: In function 'R_GetFDLimit':
> system.c:509:13: error: 'RLIM_SAVED_CUR' undeclared (first use in this
> function)
> if (lim == RLIM_SAVED_CUR || lim == RLIM_SAVED_MAX)
> ^
> system.c:509:38: error: 'RLIM_SAVED_MAX' undeclared (first use in this
> function)
> if (lim =...