]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Jan 2017 09:50:25 +0000 (10:50 +0100)
commitdc66f33a16596c2886a24da12e56ec096214e124
treeefd3fd22c2bd186c2f31a7e120197a0bf25fff39
parentd13489e2be3e698616b1da3c8267709115d3d099
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