]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/dup-fcntl.cocci
Merge pull request #11519 from yuwata/udevadm-info-2476
[thirdparty/systemd.git] / coccinelle / dup-fcntl.cocci
1 @@
2 expression fd;
3 @@
4 - dup(fd)
5 + fcntl(fd, F_DUPFD, 3)