mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
parent
447643130c
commit
7e97526421
10
coccinelle/errno-check.cocci
Normal file
10
coccinelle/errno-check.cocci
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
@@
|
||||||
|
constant c;
|
||||||
|
@@
|
||||||
|
(
|
||||||
|
- errno == -c
|
||||||
|
+ errno == c
|
||||||
|
|
|
||||||
|
- errno != -c
|
||||||
|
+ errno != c
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user