This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
systemd
Watch
0
Star
0
Fork
0
You've already forked systemd
mirror of
https://github.com/systemd/systemd.git
synced
2024-11-23 10:13:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d209e197f8
systemd
/
coccinelle
/
enotsup.cocci
6 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
licensing: add spdx to our .cocci files Since those are chunks of code based on our codebase, it's easiest to use the same license.
2021-10-01 18:28:36 +08:00
/* SPDX-License-Identifier: LGPL-2.1-or-later */
cocci: there's not ENOTSUP, there's only EOPNOTSUPP On Linux the former is a compat alias to the latter, and that's really weird, as inside the kernel the two are distinct. Which means we really should stay away from it.
2018-01-05 20:41:33 +08:00
@@
@@
- ENOTSUP
+ EOPNOTSUPP
Reference in New Issue
Copy Permalink