aboutsummaryrefslogtreecommitdiff
path: root/libbb/sysconf.c
AgeCommit message (Expand)Author
2014-12-24libbb: add sanity check in bb_arg_max()Denys Vlasenko
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko
2014-06-25libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are definedDenys Vlasenko
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko