]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/dup-fcntl.cocci
Merge pull request #10801 from ssc-services/zsh-completion_machinectl_clone
[thirdparty/systemd.git] / coccinelle / dup-fcntl.cocci
CommitLineData
43dc7aa2
LP
1@@
2expression fd;
3@@
4- dup(fd)
5+ fcntl(fd, F_DUPFD, 3)