- 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:
@@ -1,7 +1,7 @@
|
||||
sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
|
||||
include_guard = "_SYS_SOCKET_H"
|
||||
style = "Both"
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
|
||||
[defines]
|
||||
"target_os=linux" = "__linux__"
|
||||
|
||||
Reference in New Issue
Block a user