Home | History | Annotate | Download | only in make-3.81

Lines Matching full:rlimit_stack

926     if (getrlimit (RLIMIT_STACK, &rlim) == 0)
929 setrlimit (RLIMIT_STACK, &rlim);