mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
Updates for SGX 2.17 reproducible build.
Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
@@ -38,7 +38,7 @@ enclave {
|
||||
*/
|
||||
untrusted {
|
||||
void ocall_print_string([in, string] const char *str);
|
||||
int ocall_close(int fd);
|
||||
void ocall_get_current_time([out] uint64_t *p_current_time);
|
||||
};
|
||||
int ocall_close(int fd);
|
||||
void ocall_get_current_time([out] uint64_t *p_current_time);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user