summaryrefslogtreecommitdiff
path: root/libraries/base/cbits/sysconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Removes the assumption that CLK_TCK is a constant (#7519)Simon Marlow2013-01-231-0/+19
(which is not true on QNXNTO). Submitted by: Stephen Paul Weber <singpolyma@singpolyma.net>