search for: rlim_saved_max

Displaying 2 results from an estimated 2 matches for "rlim_saved_max".

2017 Feb 09
3
changes in src/unix/system.c break builds on FreeBSD
...-fstack-protector -Wl,-rpath=/usr/local/lib/gcc49 -isystem /usr/local/include -fno-strict-aliasing -c system.c -o system.o system.c: In function 'Rf_initialize_R': system.c:213:13: error: 'RLIM_SAVED_CUR' undeclared (first use in this function) if (lim == RLIM_SAVED_CUR || lim == RLIM_SAVED_MAX) ^ system.c:213:13: 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)...
2017 Feb 09
0
changes in src/unix/system.c break builds on FreeBSD
...path=/usr/local/lib/gcc49 > -isystem /usr/local/include -fno-strict-aliasing -c system.c -o system.o > system.c: In function 'Rf_initialize_R': > system.c:213:13: error: 'RLIM_SAVED_CUR' undeclared (first use in this > function) > if (lim == RLIM_SAVED_CUR || lim == RLIM_SAVED_MAX) > ^ > system.c:213:13: 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) >...