diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 13:40:58 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 15:00:09 +0000 |
| commit | c22c6600ea5172145e20d546d9856421eaee0527 (patch) | |
| tree | 594aa44ead8e823e0f82d4cbf814c429d35ba248 /sys/linux/socket_netlink_generic.txt.const | |
| parent | 354ef1b79576274b4f240cee74dc43cecdbbd0db (diff) | |
pkg/compiler: add consts to all files that mention them
We already do this in most cases except for template structs (nlattr notably).
Add consts that are used in template structs to all files that use them.
This helps to avoid flakiness, and allows to replace descriptions files
with other descriptions files without regenerating all const files.
This also fixes check for presence of descriptions for sys/linux/auto.txt.json.
Diffstat (limited to 'sys/linux/socket_netlink_generic.txt.const')
| -rw-r--r-- | sys/linux/socket_netlink_generic.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/socket_netlink_generic.txt.const b/sys/linux/socket_netlink_generic.txt.const index ba9d894d9..25b05b4c9 100644 --- a/sys/linux/socket_netlink_generic.txt.const +++ b/sys/linux/socket_netlink_generic.txt.const @@ -2,6 +2,8 @@ arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x AF_NETLINK = 16 NETLINK_GENERIC = 16 +NLMSG_MAX_TYPE = ??? +NLMSG_MIN_TYPE = 16 SOCK_RAW = 3 __NR_sendmsg = 211, 386:s390x:370, amd64:46, arm:296, mips64le:5045, ppc64le:341 __NR_socket = 198, 386:s390x:359, amd64:41, arm:281, mips64le:5040, ppc64le:326 |
