mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
2003-03-28 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/ifaddrs.c: New file. * inet/test-ifaddrs.c: Allow AF_PACKET. * sysdeps/unix/sysv/linux/kernel-features.h: Add __ASSUME_NETLINK_SUPPORT.
This commit is contained in:
@ -279,3 +279,9 @@
|
||||
&& (defined __ia64__ || defined __s390__ || defined __powerpc__)
|
||||
# define __ASSUME_CLONE_THREAD_FLAGS 1
|
||||
#endif
|
||||
|
||||
/* With kernel 2.4.17 we always have netlink support. */
|
||||
#if __LINUX_KERNEL_VERSION >= (132096+17)
|
||||
# define __ASSUME_NETLINK_SUPPORT 1
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user