Merge branch 'i586-guard-fix' into 'master'

Fix cbindgen 32 bit definition

See merge request redox-os/relibc!895
This commit is contained in:
Jeremy Soller
2026-01-19 17:54:06 -07:00
+1 -1
View File
@@ -4,7 +4,7 @@
"target_os=redox" = "__redox__"
"target_os=linux" = "__linux__"
"target_pointer_width=64" = "__LP64__"
"target_pointer_width=32" = "__LP32__"
"target_pointer_width=32" = "__ILP32__"
"target_arch=x86" = "__i386__"
"target_arch=x86_64" = "__x86_64__"
"target_arch=aarch64" = "__aarch64__"