mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
07f3e53376
This is to avoid unneeded ocall references in regular mutex implementation, which requires every enclave to import those ocalls in its EDL even if it does not need the mutex for synchronization. Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>