Currently mc-sgx-io wants an ocall for the stderr handling, ocall_stderr.
We should consider providing:
- An edl file with the declaration
- A default implementation that projects can link in
Intel provides edl files in the SGX SDK for ocalls that are used by tstdc Mutex, RwLock, and Condvar. (As well as some other edl files).
Currently
mc-sgx-iowants an ocall for the stderr handling,ocall_stderr.We should consider providing:
Intel provides edl files in the SGX SDK for ocalls that are used by tstdc Mutex, RwLock, and Condvar. (As well as some other edl files).