toaruos icon indicating copy to clipboard operation
toaruos copied to clipboard

Implement `sysconf(3)`

Open klange opened this issue 1 year ago • 0 comments

sysconf() provides runtime querying of system configuration values. Most values returned by sysconf can be entirely determined in the libc, so this might not even need to imply any system calls.

klange avatar Aug 23 '22 22:08 klange