core: add rosetta support
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include <fcntl.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
uint64_t z__fx_platform_random_seed()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint64_t z__fx_platform_random_seed_secure()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user