core: add rosetta support

This commit is contained in:
2026-04-01 19:04:41 +01:00
parent fc43d104dc
commit 912c450e6e
3 changed files with 30 additions and 1 deletions
+13
View File
@@ -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;
}