lsds / sgx-lkl-musl

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

Remove clock_gettime override #10

Closed SeanTAllen closed 4 years ago

SeanTAllen commented 4 years ago

We no longer need musl level overrides of clock_gettime. An in-enclave timer source is being added in conjunction with this change and needs these to be removed in order to function properly.

SeanTAllen commented 4 years ago

This should be merged at the same time as https://github.com/lsds/sgx-lkl/pull/162