mirror of https://gitee.com/openkylin/systemd.git
12 lines
127 B
Plaintext
12 lines
127 B
Plaintext
![]() |
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
||
|
@@
|
||
|
constant c;
|
||
|
@@
|
||
|
(
|
||
|
- errno == -c
|
||
|
+ errno == c
|
||
|
|
|
||
|
- errno != -c
|
||
|
+ errno != c
|
||
|
)
|