xref: /drstd/dlibc/src/unix/header/sys_socket/cbindgen.toml (revision 0fe3ff0054d3aec7fbf9bddecfecb10bc7d23a51)
1sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
2include_guard = "_SYS_SOCKET_H"
3trailer = "#include <bits/sys/socket.h>"
4language = "C"
5style = "Tag"
6no_includes = true
7cpp_compat = true
8
9[defines]
10"target_os=linux" = "__linux__"
11"target_os=redox" = "__redox__"
12"target_os=dragonos" = "__dragonos__"
13
14[enum]
15prefix_with_name = true
16