Home
last modified time | relevance | path

Searched refs:lim (Results 1 – 1 of 1) sorted by relevance

/math/
A Dtest-nan-overflow.c32 struct rlimit lim; in do_test() local
33 getrlimit (RLIMIT_STACK, &lim); in do_test()
34 lim.rlim_cur = STACK_LIM; in do_test()
35 setrlimit (RLIMIT_STACK, &lim); in do_test()

Completed in 3 milliseconds