libc icon indicating copy to clipboard operation
libc copied to clipboard

Netlink support on FreeBSD 13.2+

Open ydirson opened this issue 2 years ago • 0 comments

FreeBSD 13.2 (here x86_64-unknown-freebsd) gained the Netlink layer, which seems to be supported today only for Linux-like and Fuschia.

Bindings at https://github.com/rust-netlink/netlink-sys need a couple of bits from libc to build, most notably PF_NETLINK, sockaddr_nl, SOL_NETLINK and friends.

ydirson avatar Apr 11 '23 15:04 ydirson