- Disable output of empty header files

- Remove incorrect header styles
- Use export.replace where header style was previously needed
- Check compilation of tests using system gcc
This commit is contained in:
Jeremy Soller
2018-11-26 21:35:02 -07:00
parent 4bb16e01b2
commit 950b4526c7
33 changed files with 46 additions and 55 deletions
+3 -1
View File
@@ -8,5 +8,7 @@ prefix_with_name = true
[export]
# fd_set is also defined in C because cbindgen is incompatible with mem::size_of booo
exclude = ["FD_SETSIZE", "fd_set"]
[export.rename]
"timeval" = "struct timeval"