summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-02-03 11:28:44 +0100
committerTobias Klauser <tklauser@distanz.ch>2016-02-03 11:28:44 +0100
commitb14fd7ed1bdbe0644601b9f0e854af1b19811f30 (patch)
tree9aeed4e6bc714754e70343338e888b7eb071edff /COPYING
parent83c1bb0a8271338c57ab1c7d9d9bc3e53aafb314 (diff)
built_in: Include stddef.h to avoid redefinition of offsetof() macro
The stddef.h header might define the offsetof() macro unconditionally, leading to the macro being redefined if built_in.h is included _before_ stddef.h. This will lead sparse to complain as follows: /usr/lib/gcc/x86_64-linux-gnu/4.8//include/stddef.h:413:9: warning: preprocessor token offsetof redefined ./built_in.h:151:10: this was the original definition Fix this by explicitly including stddef.h in built_in.h Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
/linux/net-next.git/diff/tools/perf/pmu-events/arch/x86/nehalemep?id=383378d115ab6e702d77896071d36056875602db&id2=0b47a6bd1150f4846b1d61925a4cc5a96593a541'>diff)
Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fixes and cleanups from Juergen Gross: - small fixes for xenbus driver - one fix for xen dom0 boot on huge system - small cleanups * tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: Xen: ARM: Zero reserved fields of xatp before making hypervisor call xen: events: Replace BUG() with BUG_ON() xen: remove stale xs_input_avail() from header xen: return xenstore command failures via response instead of rc xen: xenbus driver must not accept invalid transaction ids xen/evtchn: use rb_entry() xen/setup: Don't relocate p2m over existing one
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/nehalemep')