Bug 20215: Always undefine __always_inline before defining it.
authorCarlos O'Donell <carlos@redhat.com>
Fri, 10 Jun 2016 18:40:38 +0000 (14:40 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 10 Jun 2016 19:09:12 +0000 (15:09 -0400)
commite0835a5354aba6015648473a727823ea434a48e6
tree7498d77fff23f65fb9df4030b98855f2fdb323f7
parent78880cc185dc521855a58001a28e3059722d8e85
Bug 20215: Always undefine __always_inline before defining it.

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.
ChangeLog
misc/sys/cdefs.h