Merge branch 'patch-2' into 'master'
Fix conditional compilation of sys/mman.h See merge request redox-os/relibc!201
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user