diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions. * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using netlink if possible. Fall back on ioctl method if necessary. + * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h. * include/unistd.h: Declare __truncate. * sysdeps/generic/truncate.c: Also define __truncate. diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index cdd64e3..e621041 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -25,6 +25,7 @@ sizes.h socketcall.h sysctl.c termio.h +netlinkaccess.h net/ethernet.h net/if_arp.h net/if_packet.h |