mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
This commit is contained in:
parent
f516442913
commit
442c29abe5
|
@ -6,6 +6,7 @@
|
||||||
* sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
|
* sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
|
||||||
* sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
|
* sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
|
||||||
netlink if possible. Fall back on ioctl method if necessary.
|
netlink if possible. Fall back on ioctl method if necessary.
|
||||||
|
* sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
|
||||||
|
|
||||||
* include/unistd.h: Declare __truncate.
|
* include/unistd.h: Declare __truncate.
|
||||||
* sysdeps/generic/truncate.c: Also define __truncate.
|
* sysdeps/generic/truncate.c: Also define __truncate.
|
||||||
|
|
|
@ -25,6 +25,7 @@ sizes.h
|
||||||
socketcall.h
|
socketcall.h
|
||||||
sysctl.c
|
sysctl.c
|
||||||
termio.h
|
termio.h
|
||||||
|
netlinkaccess.h
|
||||||
net/ethernet.h
|
net/ethernet.h
|
||||||
net/if_arp.h
|
net/if_arp.h
|
||||||
net/if_packet.h
|
net/if_packet.h
|
||||||
|
|
Loading…
Reference in New Issue