Fix conditional compilation of sys/mman.h

This commit is contained in:
Angelo Bulfone
2019-03-03 21:14:45 +00:00
parent 269b8a1d3e
commit 31fc29e70c
+4
View File
@@ -4,5 +4,9 @@ trailer = "#include <bits/sys/mman.h>"
language = "C"
style = "Tag"
[defines]
"target_os=linux" = "__linux__"
"target_os=redox" = "__redox__"
[enum]
prefix_with_name = true