commit | 0e725b1ec953aafa7cec75a22436319e945f93e1 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Mon May 13 11:36:38 2013 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Mon May 13 11:36:38 2013 -0700 |
tree | 11785c7ef76ce290d4a8cb574d4d1c33c3e08f5a | |
parent | ddd013b7f83367317cf16d529936bc6abdd4ed80 [diff] |
[klibc] Framework and trivial implementation of sysconf(3) Framework for sysconf(3) that hopefully doesn't pull in all possible sysconf data providers every time it is referenced. So far only the page size is provided. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>