|
|
|
@ -34,6 +34,7 @@ Attempt to increase stack size limit to @var{pref} bytes if possible. |
|
|
|
*/ |
|
|
|
|
|
|
|
#include "config.h" |
|
|
|
#include "ansidecl.h" |
|
|
|
|
|
|
|
#ifdef HAVE_STDINT_H |
|
|
|
#include <stdint.h> |
|
|
|
@ -43,7 +44,7 @@ Attempt to increase stack size limit to @var{pref} bytes if possible. |
|
|
|
#endif |
|
|
|
|
|
|
|
void |
|
|
|
stack_limit_increase (unsigned long pref) |
|
|
|
stack_limit_increase (unsigned long pref ATTRIBUTE_UNUSED) |
|
|
|
{ |
|
|
|
#if defined(HAVE_SETRLIMIT) && defined(HAVE_GETRLIMIT) \ |
|
|
|
&& defined(RLIMIT_STACK) && defined(RLIM_INFINITY) |
|
|
|
|