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-12-30 20:43:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1fc8d0c9dd
systemd
/
coccinelle
/
o-ndelay.cocci
6 lines
79 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 */
coccinelle: O_NDELAY → O_NONBLOCK Apparently O_NONBLOCK is the modern name used in most documentation and for most cases in our sources. Let's hence replace the old alias O_NDELAY and stick to O_NONBLOCK everywhere.
2018-01-24 18:09:29 +08:00
@@
@@
- O_NDELAY
+ O_NONBLOCK
Reference in New Issue
Copy Permalink