mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
The Linux kernel defines __always_inline in stddef.h (283d7573), and it conflicts with the definition in misc/sys/cdefs.h. To fix this we undefine it first and always use the glibc definition.