lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <1378817476.2011.2.camel@jumpzero> Date: Tue, 10 Sep 2013 14:51:16 +0200 From: Thorben Hasenpusch <thorben.hasenpusch@...il.com> To: "netdev@...r.kernel.org" <netdev@...r.kernel.org> Subject: Userspace header linux/netlink.h uses GCC-specific 'typeof' Compilation of a user space program which includes linux/netlink.h and uses NL_MMAP_MSG_ALIGN fails if GCC is ordered not to use GNU extensions. __KERNEL_ALIGN is defined to use typeof which is a GCC-extension and not supported by standard C/C++. Can that be changed so standard conforming C/C++ compiles successfully? Regards. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html