]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/dup-fcntl.cocci
core/device: fix log message
[thirdparty/systemd.git] / coccinelle / dup-fcntl.cocci
1 @@
2 expression fd;
3 @@
4 - dup(fd)
5 + fcntl(fd, F_DUPFD, 3)