lsds / sgx-lkl-musl

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

Changes from enclave_util.h being split apart #14

Closed SeanTAllen closed 4 years ago

SeanTAllen commented 4 years ago

This changes is needed as part of work addressing sgx-lkl #151. enclave_util.h was split into two parts:

enclave/enclave_util.h lkl/lkl_util.h

SeanTAllen commented 4 years ago

Corresponding PR for sgx-lkl: https://github.com/lsds/sgx-lkl/pull/320