Merge branch 'path-separator' into 'master'

unistd: Generate correct C defines for PATH_SEPARATOR

See merge request redox-os/relibc!194
This commit is contained in:
Jeremy Soller
2019-02-20 22:32:13 +00:00
+4
View File
@@ -6,3 +6,7 @@ style = "Tag"
[enum]
prefix_with_name = true
[defines]
"target_os = linux" = "__linux__"
"target_os = redox" = "__redox__"