Skip to content
Snippets Groups Projects
Commit cdbeda1c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'patch-2' into 'master'

Fix conditional compilation of sys/mman.h

See merge request redox-os/relibc!201
parents 640c6d41 31fc29e7
No related branches found
No related tags found
1 merge request!201Fix conditional compilation of sys/mman.h
Pipeline #3108 passed with warnings
...@@ -4,5 +4,9 @@ trailer = "#include <bits/sys/mman.h>" ...@@ -4,5 +4,9 @@ trailer = "#include <bits/sys/mman.h>"
language = "C" language = "C"
style = "Tag" style = "Tag"
[defines]
"target_os=linux" = "__linux__"
"target_os=redox" = "__redox__"
[enum] [enum]
prefix_with_name = true prefix_with_name = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment