eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
522 stars 147 forks source link

sparse: avoid clash with __bitwise and __force from 4.10 linux/types.… #209

Closed bbonev closed 2 years ago

bbonev commented 2 years ago

…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.

systemd-commit dc66f33a16596c2886a24da12e56ec096214e124 Author: Lubomir Rintel lkundrak@v3.sk Date: Wed Jan 11 10:50:25 2017 +0100