Systemd/coccinelle/dup-fcntl.cocci

6 lines
55 B
Plaintext

@@
expression fd;
@@
- dup(fd)
+ fcntl(fd, F_DUPFD, 3)