K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-12-11T12:01:46.081441Z K 7 svn:log V 333 Make lim_cur inline if possible. It is a function call only to accomodate *some* ABIs which install a hook. They only care for 3 types of limits: DATA, STACK, VMEM Instead of always calling the func, see at compilation time if the requested limit is something else and just do the read if so. Sponsored by: The FreeBSD Foundation END