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:
@@ -40,7 +40,7 @@
|
||||
|
||||
int ocall_close(int fd)
|
||||
{
|
||||
return close(fd);
|
||||
return close(fd);
|
||||
}
|
||||
|
||||
void ocall_get_current_time(uint64_t *p_current_time)
|
||||
@@ -56,5 +56,5 @@ void ocall_get_current_time(uint64_t *p_current_time)
|
||||
|
||||
void ocall_print_string(const char *str)
|
||||
{
|
||||
printf("%s", str);
|
||||
printf("%s", str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user