unistd: Generate correct C defines for PATH_SEPARATOR

This commit is contained in:
Tibor Nagy
2019-02-20 22:11:25 +01:00
parent 97592716fb
commit 27a3f2ab77
+4
View File
@@ -6,3 +6,7 @@ style = "Tag"
[enum]
prefix_with_name = true
[defines]
"target_os = linux" = "__linux__"
"target_os = redox" = "__redox__"