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

Merge branch 'cbindgen' into 'master'

Fix cbindgen for disabled headers

See merge request redox-os/relibc!237
parents f467791b bd573fb7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ sys_includes = []
include_guard = "_AIO_H"
language = "C"
style = "Tag"
no_default_includes = true
no_includes = true
cpp_compat = true
[enum]
prefix_with_name = true
......@@ -2,7 +2,8 @@ sys_includes = ["stdint.h", "sys/types.h"]
include_guard = "_FENV_H"
language = "C"
style = "Tag"
no_default_includes = true
no_includes = true
cpp_compat = true
[enum]
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