mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
11 lines
78 B
Plaintext
11 lines
78 B
Plaintext
|
@@
|
||
|
constant c;
|
||
|
@@
|
||
|
(
|
||
|
- errno == -c
|
||
|
+ errno == c
|
||
|
|
|
||
|
- errno != -c
|
||
|
+ errno != c
|
||
|
)
|