chiark / gitweb /
sparse: avoid clash with __bitwise and __force from 4.10 linux/types.h (#5061)
authorLubomir Rintel <lkundrak@v3.sk>
Wed, 11 Jan 2017 09:50:25 +0000 (10:50 +0100)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:35 +0000 (17:58 +0200)
commitb7dde4d8bb9f03519c8624f4f21c89210508741e
treee340e12a1061c2ffc4810716d4cc6f3a76a12b7b
parentdd6bbfc14c20df55461965ae6108cc6184263712
sparse: avoid clash with __bitwise and __force from 4.10 linux/types.h (#5061)

It also used __bitwise and __force. It seems easier to rename
our versions since they are local to this one single header.

Also, undefine them afteerwards, so that we don't pollute the
preprocessor macro namespace.
src/basic/sparse-endian.h