Explorar el Código

Merge branch 'path-separator' into 'master'

unistd: Generate correct C defines for PATH_SEPARATOR

See merge request redox-os/relibc!194
Jeremy Soller hace 6 años
padre
commit
20aeb15fc7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/header/unistd/cbindgen.toml

+ 4 - 0
src/header/unistd/cbindgen.toml

@@ -6,3 +6,7 @@ style = "Tag"
 
 [enum]
 prefix_with_name = true
+
+[defines]
+"target_os = linux" = "__linux__"
+"target_os = redox" = "__redox__"