[BACK]Return to has_getrlimit.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

Annotation of OpenXM_contrib/pari-2.2/config/has_getrlimit.c, Revision 1.1

1.1     ! noro        1: #include <sys/resource.h>
        !             2:
        !             3: main() {
        !             4:   struct rlimit rip;
        !             5:   getrlimit(RLIMIT_STACK, &rip);
        !             6:   setrlimit(RLIMIT_STACK, &rip);
        !             7: }
        !             8:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>