lsds / sgx-lkl-musl

Modified musl libc for SGX-LKL
Other
13 stars 9 forks source link

sysconf nproc_onln #17

Closed wintersteiger closed 4 years ago

wintersteiger commented 4 years ago

See here: https://github.com/lsds/sgx-lkl-musl/blob/22c91c211aaf4048a4f034084bb7fa202bd6071c/src/conf/sysconf.c#L30 Should that be nproc_onln instead of nproc_conf or is it correct to ignore nproc_onln here?

@prp @davidchisnall

prp commented 4 years ago

I think that this is a musl change to work around the fact that LKL is unaware of the actual number of CPUs etc.

wintersteiger commented 4 years ago

Great, thanks!