fx.io: add basic rosetta support

This commit is contained in:
2026-07-19 13:25:53 +01:00
parent 181a6bac09
commit cb97001033
10 changed files with 2286 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _IO_DARWIN_MISC_H_
#define _IO_DARWIN_MISC_H_
#include <stddef.h>
extern void z__fx_io_generate_tmp_filename(char *out, size_t len);
#endif