]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Import network headers from musl to support Ruby
authorCostin Lupu <costin.lupu@cs.pub.ro>
Fri, 6 Dec 2019 13:23:43 +0000 (15:23 +0200)
committerCostin Lupu <costin.lup@gmail.com>
Tue, 10 Dec 2019 10:51:10 +0000 (12:51 +0200)
commit3ba30190162525a74a5c5ad5d72ced64981e125f
treee6d027055cd57418cefc1939701c277d671ee236
parent06bd023d07eaa8b5ff848f3d3d4a3126fda7fb73
Import network headers from musl to support Ruby

Copied as is from the official musl git mirror
git://git.musl-libc.org/musl, commit 6fcb440d.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Roxana Nicolescu <nicolescu.roxana1996@gmail.com>
musl-imported/include/ifaddrs.h [new file with mode: 0644]
musl-imported/include/net/ethernet.h [new file with mode: 0644]
musl-imported/include/net/if_arp.h [new file with mode: 0644]
musl-imported/include/netinet/if_ether.h [new file with mode: 0644]
musl-imported/include/netinet/in_systm.h [new file with mode: 0644]
musl-imported/include/netinet/udp.h [new file with mode: 0644]
musl-imported/include/netpacket/packet.h [new file with mode: 0644]